#297 closed defect (fixed)
Add "--settings" option to runtests.py
| Reported by: | Adrian Holovaty | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Tools | Version: | |
| Severity: | normal | 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
The unit test runner, runtests.py, should take an optional --settings parameter, just as django-admin.py does.
Change History (4)
comment:1 by , 20 years ago
| Status: | new → assigned |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 19 years ago
| Summary: | Add "--settings" option to runtests.py → Add "--settings" option to runtests.py |
|---|
Note:
See TracTickets
for help on using tickets.
(In [463]) Fixed #297 -- Added a '--settings' option to runtests.py