From 90b9f54f04cb2f0a8350b865e7cf11bb9fe3e9b9 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 15 Dec 2023 12:50:21 -0300 Subject: [PATCH] Update contribute.rst --- docs/sections/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.