From a469ce23201c2f00975501b1ba3020bed0ab6fab Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Tue, 1 Aug 2023 14:27:05 +0100 Subject: [PATCH] Update instructions to run specific tests with tox The format changed with tox 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8d3df..4428331 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,6 @@ tox ``` or, you can run them for a specific environment `tox -e py310-dj41-wagtail41` or specific test -`tox -e py310-dj41-wagtail41 tests.test_views.TestMediaChooserUploadView` +`tox -e py310-dj41-wagtail41 -- tests.test_views.TestMediaChooserUploadView` To run the test app interactively, use `tox -e interactive`, visit `http://127.0.0.1:8020/admin/` and log in with `admin`/`changeme`.