Explorar o código

Fix: Path to test argument in tox command

Suyash %!s(int64=2) %!d(string=hai) anos
pai
achega
8131ed282c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/contributing/developing.md

+ 2 - 2
docs/contributing/developing.md

@@ -90,7 +90,7 @@ an argument to `runtests.py` or `tox`:
 python runtests.py wagtail
 
 # Running in a specified Tox environment
-tox -e py39-dj32-sqlite-noelasticsearch wagtail
+tox -e py39-dj32-sqlite-noelasticsearch -- wagtail
 
 # See a list of available Tox environments
 tox -l
@@ -104,7 +104,7 @@ an argument to `runtests.py`
 python runtests.py wagtail.tests.test_blocks.TestIntegerBlock
 
 # Running in a specified Tox environment
-tox -e py39-dj32-sqlite-noelasticsearch wagtail.tests.test_blocks.TestIntegerBlock
+tox -e py39-dj32-sqlite-noelasticsearch -- wagtail.tests.test_blocks.TestIntegerBlock
 ```
 
 ### Running migrations for the test app models