Prechádzať zdrojové kódy

Refs #29004 -- Prevented inspectdb tests from flushing all tables data.

This is a costly operation on most database backends.
Simon Charette 6 rokov pred
rodič
commit
64f9776bc4
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tests/inspectdb/tests.py

+ 1 - 1
tests/inspectdb/tests.py

@@ -285,7 +285,7 @@ class InspectDBTestCase(TestCase):
 
 
 class InspectDBTransactionalTests(TransactionTestCase):
-    available_apps = None
+    available_apps = ['inspectdb']
 
     def test_include_views(self):
         """inspectdb --include-views creates models for database views."""