(self)
| 181 | |
| 182 | class TestRemove(unittest.TestCase): |
| 183 | def setUp(self): |
| 184 | os.makedirs(OUTPUT_DIR, exist_ok=True) |
| 185 | with output_hidden(): |
| 186 | init() |
| 187 | archivebox_add.main([], stdin=test_urls) |
| 188 | |
| 189 | # def tearDown(self): |
| 190 | # shutil.rmtree(OUTPUT_DIR, ignore_errors=True) |
nothing calls this directly
no test coverage detected