Kaydet (Commit) 64f9776b authored tarafından Simon Charette's avatar Simon Charette Kaydeden (comit) Tim Graham

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

This is a costly operation on most database backends.
üst f6d8b0c4
...@@ -285,7 +285,7 @@ class InspectDBTestCase(TestCase): ...@@ -285,7 +285,7 @@ class InspectDBTestCase(TestCase):
class InspectDBTransactionalTests(TransactionTestCase): class InspectDBTransactionalTests(TransactionTestCase):
available_apps = None available_apps = ['inspectdb']
def test_include_views(self): def test_include_views(self):
"""inspectdb --include-views creates models for database views.""" """inspectdb --include-views creates models for database views."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment