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

Method setUpClass

st2common/tests/unit/test_util_keyvalue.py:49–52  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

47class TestKeyValueUtil(unittest.TestCase):
48 @classmethod
49 def setUpClass(cls):
50 super(TestKeyValueUtil, cls).setUpClass()
51 config.parse_args()
52 cfg.CONF.set_override(name="backend", override="noop", group="rbac")
53
54 def test_validate_scope(self):
55 scope = FULL_USER_SCOPE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected