Skip to content

Development Notes

Joshua Skelton edited this page Jul 5, 2017 · 1 revision

Development Dependencies

Only a few development dependencies are required.

  • mock - If you want to run the tests under Python2
  • sphinx and sphinx_rtd_theme - If you want to build the documentation.

Running Tests

The tests can be ran:

$ python -m unittest discover -s tests

or via makefile:

$ make test

Building Documentation

Navigate to docs and run:

$ make html

or from the project root:

$ make docs

Clone this wiki locally