(self)
| 89 | self.fname = os.path.join(TMP_TEST_DIR, 'test.py') |
| 90 | |
| 91 | def tearDown(self): |
| 92 | # We must remove this profile right away so its presence doesn't |
| 93 | # confuse other tests. |
| 94 | shutil.rmtree(self.pd.location) |
| 95 | |
| 96 | def init(self, startup_file, startup, test): |
| 97 | # write startup python file |
nothing calls this directly
no outgoing calls
no test coverage detected