Ticket #6168: runtests_bug.diff
| File runtests_bug.diff, 0.6 kB (added by floguy, 1 year ago) |
|---|
-
tests/runtests.py
old new 143 143 144 144 # Run the test suite, including the extra validation tests. 145 145 from django.test.simple import run_tests 146 failures = run_tests(test_ labels, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests)146 failures = run_tests(test_models, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests) 147 147 if failures: 148 148 sys.exit(failures) 149 149
