Skip to content

Commit

Permalink
Update instructions to run specific tests with tox
Browse files Browse the repository at this point in the history
The format changed with tox 4
  • Loading branch information
zerolab committed Aug 1, 2023
1 parent 0a565ea commit a469ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit a469ce2

Please sign in to comment.