mirror of
https://github.com/django/django.git
synced 2025-07-30 08:35:23 +00:00
Refs #24652 -- Used SimpleTestCase where appropriate.
This commit is contained in:
parent
e2b77acedd
commit
be67400b47
93 changed files with 362 additions and 340 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue