(self)
| 571 | tests_config.parse_args() |
| 572 | |
| 573 | def setUp(self): |
| 574 | super(IntegrationTestCase, self).setUp() |
| 575 | self._stop_running_processes() |
| 576 | |
| 577 | def tearDown(self): |
| 578 | super(IntegrationTestCase, self).tearDown() |
nothing calls this directly
no test coverage detected