Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 750 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 750 Bytes

pytlas-help Build Status License

Provides some help to the users such as what are the currently available skills and how to trigger them.

It makes use of skills metadata registered with the pytlas @meta() decorator.

Supported languages

  • French
  • English

Typical sentences

  • How can you help?
  • Que sais-tu faire ?

Launching tests

In order to launch tests, you will need to install required dependencies and then launch the test suite with:

$ pip install -r requirements_tests.txt
$ python -m nose --with-coverage --cover-package=help