(cls)
| 18 | |
| 19 | @classmethod |
| 20 | def teardown_class(cls): |
| 21 | client = cls.get_client_instance() |
| 22 | force_leave_swarm(client) |
| 23 | |
| 24 | def tearDown(self): |
| 25 | for service in self.client.services(filters={'name': 'dockerpytest_'}): |
nothing calls this directly
no test coverage detected