Create temporary directories etc. This is only called when we know the test group will be run. Things created here may be cleaned up by self.cleanup().
(self)
| 50 | self.dirs = [] |
| 51 | |
| 52 | def setUp(self): |
| 53 | """Create temporary directories etc. |
| 54 | |
| 55 | This is only called when we know the test group will be run. Things |
| 56 | created here may be cleaned up by self.cleanup(). |
| 57 | """ |
| 58 | pass |
| 59 | |
| 60 | def launch(self, buffer_output=False, capture_output=False): |
| 61 | # print('*** ENV:', self.env) # dbg |
nothing calls this directly
no outgoing calls
no test coverage detected