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