Opened 18 years ago
Closed 18 years ago
#6053 closed (invalid)
Allow django.contrib tests to be in tests/ subdirectory
| Reported by: | Malcolm Tredinnick | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
A "nice to have item": some of the django.contrib.* directories have a few files in them because of the tests. For example, tests.py, models.py, maybe a urls file as well. These aren't really related to the functionality of the contrib app. It would be nice if we could put those in a tests/ subdirectory.
Note:
See TracTickets
for help on using tickets.
Jkocherhans pointed I'm high. This already works.