1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

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