Changeset 9110 for django/trunk/tests/runtests.py
- Timestamp:
- 10/02/08 07:57:13 (3 months ago)
- Files:
-
- django/trunk/tests/runtests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/runtests.py
r8731 r9110 143 143 extra_tests.append(InvalidModelTestCase(model_label)) 144 144 try: 145 # Invalid models are not working apps, so we cannot pass them into 145 # Invalid models are not working apps, so we cannot pass them into 146 146 # the test runner with the other test_labels 147 147 test_labels.remove(model_name) 148 148 except ValueError: 149 149 pass 150 150 151 151 # Run the test suite, including the extra validation tests. 152 152 from django.test.simple import run_tests
