Opened 16 years ago
Closed 16 years ago
#10791 closed (fixed)
gis test runner doesn't respect --noinput (which should result in test db being autoclobbered)
Description ¶
It can be useful when running tests from scripts to use the '--noinput' option to skip the interactive prompt to drop a previously leftover test db. The GIS test runner doesn't respect this option, and so the prompt is displayed anyway. The attached patch fixes this.
Change History (2)
by , 16 years ago
Attachment: | 10791-django-gis-test-runner-respect-interactive.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10601]) Fixed #10791 -- The GeoDjango test runner now respects the
--noinput
command-line option, thanks to seanl for ticket & patch; replaced docstring with URL to latest documentation.