Results
No results found.
First, install for development.
pip install -r requirements-dev.txt
Test by using tox. We test against the following versions:
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