Developing

Tests

If you want to run the unittests you’ve to install pytest and some other dependencies:

pip install -r test_dependecies.txt

Run tests with:

py.test tests/

Docs

If you want to build the documentation you’ve to get the Diaoul Sphinx theme . This Git repository has been added as submodule. Fetch the data:

$ git submodule init
$ git submodule update

The documenation can be build either with:

$ sphinx-build -aE -b html docs docs/_build

or:

$ make -C docs html

The documentation can be found at docs/_build/html.

Table Of Contents

Related Topics

This Page

Fork me on GitHub