(cls)
| 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 # |
nothing calls this directly
no test coverage detected