Skip to main content

Development

First, install for development purposes:
pip install -r requirements-dev.txt

Running tests

Test using tox. We test with versions 3.6, 3.7, 3.8, 3.9, and 3.10. To run all tests against all versions:
tox
Run all tests for a specific Python version:
tox -e py3.10
Run all tests in a single file:
tox -e py3.10 -- tests/test_util.py