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

Method setUpClass

st2common/tests/unit/test_content_utils.py:43–44  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

41class ContentUtilsTestCase(unittest.TestCase):
42 @classmethod
43 def setUpClass(cls):
44 tests_config.parse_args()
45
46 def test_get_pack_base_paths(self):
47 cfg.CONF.content.system_packs_base_path = ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected