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

Method setUpClass

st2actions/tests/unit/test_parallel_ssh.py:38–40  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

36class ParallelSSHTests(unittest.TestCase):
37 @classmethod
38 def setUpClass(cls):
39 super().setUpClass()
40 tests_config.parse_args()
41
42 @patch("paramiko.SSHClient", Mock)
43 @patch.object(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected