(cls)
| 567 | |
| 568 | @classmethod |
| 569 | def setUpClass(cls): |
| 570 | # this prepares the vars for use in configuring the subprocesses via env var |
| 571 | tests_config.parse_args() |
| 572 | |
| 573 | def setUp(self): |
| 574 | super(IntegrationTestCase, self).setUp() |
nothing calls this directly
no outgoing calls
no test coverage detected