We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4565a commit d15760bCopy full SHA for d15760b
src/test_extensions/testrunners/nodatabase.py
@@ -9,7 +9,7 @@
9
10
from django.test.utils import setup_test_environment, teardown_test_environment
11
from django.conf import settings
12
-from django.test.simple import *
+from django.test.simple import get_app, build_test, build_suite
13
14
import coverage
15
0 commit comments