Contributing¶
Run the tests¶
Install tox and ensure Docker is running.
Run the tests:
tox -e py314-django61By default this uses the
mariadb:11.4image. To use a different image, setDB_IMAGE:DB_IMAGE=mysql:8.4 tox -e py314-django61tox environments are split per Python and Django version.
You can run a subset of tests by passing them after
--like:tox -e py314-django61 -- tests/testapp/test_cache.pyYou can also pass other pytest arguments after the
--.