mirror of
https://github.com/django/django.git
synced 2025-06-03 10:39:12 +00:00
Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log().
This commit is contained in:
parent
c42250a703
commit
cf57e220a9
@ -62,7 +62,7 @@ class DatabaseWrapperTests(SimpleTestCase):
|
|||||||
|
|
||||||
|
|
||||||
class DatabaseWrapperLoggingTests(TransactionTestCase):
|
class DatabaseWrapperLoggingTests(TransactionTestCase):
|
||||||
available_apps = []
|
available_apps = ["backends"]
|
||||||
|
|
||||||
@override_settings(DEBUG=True)
|
@override_settings(DEBUG=True)
|
||||||
def test_commit_debug_log(self):
|
def test_commit_debug_log(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user