Development

Running tests

$ python setup.py test

Installing the dev dependencies (nosetests and invoke) will give you more control over running tests. Install in develop mode with dev dependencies with:

$ pip install -e .[dev]

And then run tests with:

$ invoke test unit
$ invoke test functional
$ invoke test all