#23744 closed Cleanup/optimization (fixed)
Minor error in docs for testing with selenium
| Reported by: | djbug | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.7 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/topics/testing/tools/#liveservertestcase
This command to run the selenium tests
./manage.py test myapp.MySeleniumTests.test_login
should be
./manage.py test myapp.tests.MySeleniumTests.test_login
Change History (4)
comment:1 by , 11 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6d0547c1ad4c370a6efb136fb3ba8422b012643f: