How to run testsΒΆ

To install tox:

$ python -m pip install tox

To run all tests:

$ python -m tox

If you want to run the tests across a single version of Python:

$ python -m tox -e <version>

where version is either py38 or py39.

To run all tests in parallel:

$ python -m tox -p