MCPcopy Index your code
hub / github.com/StackStorm/st2 / setUpClass

Method setUpClass

st2tests/st2tests/base.py:307–315  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

305
306 @classmethod
307 def setUpClass(cls):
308 BaseDbTestCase.setUpClass()
309 cls._establish_connection_and_re_create_db()
310
311 if cls.register_packs:
312 cls._register_packs()
313
314 if cls.register_pack_configs:
315 cls._register_pack_configs()
316
317 @classmethod
318 def tearDownClass(cls):

Callers 2

resetMethod · 0.45
setUpClassMethod · 0.45

Tested by

no test coverage detected