Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 319 Bytes

CONTRIBUTING.rst

File metadata and controls

17 lines (10 loc) · 319 Bytes

Contributing

Developer dependencies can be installed via:

pip install -r requirements-dev.txt

Then, pre-commit hooks can be installed via:

pre-commit install

Unit tests can be run via:

tox

We run the unit tests also on GitHub Actions, they are required to pass and cover all functionality.