We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc798bc commit cb3722cCopy full SHA for cb3722c
tests/test_app/tests/test_components.py
@@ -29,8 +29,6 @@ class ComponentTests(ChannelsLiveServerTestCase):
29
30
@classmethod
31
def setUpClass(cls):
32
- super().setUpClass()
33
-
34
# Repurposed from ChannelsLiveServerTestCase._pre_setup
35
for connection in connections.all():
36
if cls._is_in_memory_db(cls, connection):
@@ -97,8 +95,6 @@ def tearDownClass(cls):
97
95
reset_sequences=False,
98
96
)
99
100
- super().tearDownClass()
101
102
def _pre_setup(self):
103
"""Handled manually in `setUpClass` to speed things up."""
104
0 commit comments