(self)
| 1810 | shutil.rmtree(self.dirname) |
| 1811 | |
| 1812 | def mkdtemp(self): |
| 1813 | return tempfile.mkdtemp() |
| 1814 | |
| 1815 | def test_ignores_non_cache_files(self): |
| 1816 | fname = os.path.join(self.dirname, "not-a-cache-file") |
no outgoing calls
no test coverage detected