(cls)
| 202 | |
| 203 | @classmethod |
| 204 | def tearDownClass(cls): |
| 205 | shutil.rmtree(cls.class_tmp_dir) |
| 206 | |
| 207 | def setUp(self): |
| 208 | # Make sure this file is not being run from the source directory, to |
nothing calls this directly
no outgoing calls
no test coverage detected