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