MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / setUpClass

Method setUpClass

tests/test_dag_integration.py:50–53  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

48
49 @classmethod
50 def setUpClass(cls):
51 cls.params = KeeperParams()
52 read_config_file(cls.params, 'dag_integration.json')
53 api.login(cls.params)
54
55 # ----------------------------------------------------------------------- #
56 # Layer A — one sync round-trip per graph #

Callers

nothing calls this directly

Calls 3

KeeperParamsClass · 0.90
read_config_fileFunction · 0.90
loginMethod · 0.45

Tested by

no test coverage detected