Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 406 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 406 Bytes

Contributing guide

To contribute to this project, you'll need Poetry.

poetry install --with dev

# run tests
poetry run pytest

We're also using tox to run the tests in all supported environments. Running the full test suite is simple:

tox

If you'd like to run tests in a specific environment, use -e:

tox -e django42