diff --git a/docs/sections/contribute.rst b/docs/sections/contribute.rst index b9bf830d..a804ae61 100644 --- a/docs/sections/contribute.rst +++ b/docs/sections/contribute.rst @@ -25,7 +25,7 @@ Use `tox `_ for running tests in each of the e $ tox -e py311-django42 # Run single test file on specific environment. - $ tox -e py311-django42 tests/cases/test_authorize_endpoint.py + $ tox -e py311-django42 -- tests/cases/test_authorize_endpoint.py We use `Github Actions `_ to automatically test every commit to the project.