Fix: Path to test argument in tox command

pull/9940/head^2
Suyash 2023-02-05 06:36:10 +05:30 zatwierdzone przez LB (Ben Johnston)
rodzic a88ea0962d
commit 8131ed282c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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