MCPcopy Create free account
hub / github.com/StackStorm/st2 / setUpClass

Method setUpClass

st2auth/tests/base.py:24–27  ·  view source on GitHub ↗
(cls, **kwargs)

Source from the content-addressed store, hash-verified

22class FunctionalTest(DbTestCase):
23 @classmethod
24 def setUpClass(cls, **kwargs):
25 super(FunctionalTest, cls).setUpClass()
26 tests_config.parse_args()
27 cls.app = TestApp(app.setup_app(), **kwargs)
28
29 @classmethod
30 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 1

TestAppClass · 0.90

Tested by

no test coverage detected