(cls)
| 10 | class ConfigAPITest(BaseAPIIntegrationTest): |
| 11 | @classmethod |
| 12 | def setup_class(cls): |
| 13 | client = cls.get_client_instance() |
| 14 | force_leave_swarm(client) |
| 15 | cls._init_swarm(client) |
| 16 | |
| 17 | @classmethod |
| 18 | def teardown_class(cls): |
nothing calls this directly
no test coverage detected