MCPcopy
hub / github.com/django/django / setUpClass

Method setUpClass

django/test/testcases.py:1132–1136  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1130
1131 @classmethod
1132 def setUpClass(cls):
1133 super().setUpClass()
1134 if not issubclass(cls, TestCase):
1135 cls._pre_setup()
1136 cls._pre_setup_ran_eagerly = True
1137
1138 @classmethod
1139 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 2

setUpClassMethod · 0.45
_pre_setupMethod · 0.45

Tested by

no test coverage detected