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

Method setUpClass

st2common/tests/unit/services/test_access.py:36–38  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

34class AccessServiceTest(DbTestCase):
35 @classmethod
36 def setUpClass(cls):
37 super(AccessServiceTest, cls).setUpClass()
38 tests_config.parse_args()
39
40 def test_create_token(self):
41 token = access.create_token(USERNAME)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected