Opened 16 years ago
Closed 16 years ago
#10661 closed (duplicate)
manage.py test errors on apps without models.py files
Reported by: | Kegan Gan | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 1.0 |
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
I believe this is related to #7198.
Note:
See TracTickets
for help on using tickets.
Duplicate of #7198.
test
is just another management command, so it is covered by the 'etc' part of the title of #7198. No special handling is required. It's also a duplicate of #3310.