diff options
Diffstat (limited to 'tests/no_models')
| -rw-r--r-- | tests/no_models/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/no_models/tests.py b/tests/no_models/tests.py index bd17364071..de2d854006 100644 --- a/tests/no_models/tests.py +++ b/tests/no_models/tests.py @@ -1,8 +1,8 @@ from django.apps import apps -from django.test import TestCase +from django.test import SimpleTestCase -class NoModelTests(TestCase): +class NoModelTests(SimpleTestCase): def test_no_models(self): """Test that it's possible to load an app with no models.py file.""" |
