Contributing
Pull requests or issues are welcome.
- After adding tests in
testsfor a new feature or a bug fix, please run the test suite. -
To do so, the only additional dependencies needed beyond those for the package can be installed with:
pip install -r requirements/requirements-test.txt -
Once those are installed, the tests can be run with
pytestorpython setup.py test.