MCPcopy
hub / github.com/ArchiveBox/ArchiveBox / setUp

Method setUp

archivebox/cli/tests.py:183–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181
182class 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)

Callers

nothing calls this directly

Calls 2

output_hiddenFunction · 0.85
initFunction · 0.85

Tested by

no test coverage detected