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

This is a costly operation on most database backends.
This commit is contained in:
Simon Charette 2018-12-24 13:34:44 -05:00 committed by Tim Graham
parent f6d8b0c47e
commit 64f9776bc4
1 changed files with 1 additions and 1 deletions

View File

@ -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."""