#25451 closed Cleanup/optimization (fixed)
Docs: Please tell new users where to store their test code
Reported by: | Thomas Güttler | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Please add a simple line and tell new users where to store
their test code:
https://docs.djangoproject.com/en/1.8/topics/testing/overview/
I guess there are thousand ways. What is the sane default?
Change History (6)
comment:1 by , 9 years ago
comment:3 by , 9 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
The startproject template creates a
tests.py
file in each application and the testing tutorial covers this. Does something else need to be said?