mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Import test case classes from their public API module.
This commit is contained in:
parent
f9d1d5dc13
commit
deebb1a977
3 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ def get_installed():
|
|||
def setup(verbosity, test_labels):
|
||||
from django.conf import settings
|
||||
from django.db.models.loading import get_apps, load_app
|
||||
from django.test.testcases import TransactionTestCase, TestCase
|
||||
from django.test import TransactionTestCase, TestCase
|
||||
|
||||
# Force declaring available_apps in TransactionTestCase for faster tests.
|
||||
def no_available_apps(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue