MCPcopy Index your code
hub / github.com/ArchiveBox/ArchiveBox / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

145
146class TestAdd(unittest.TestCase):
147 def setUp(self):
148 os.makedirs(OUTPUT_DIR, exist_ok=True)
149 with output_hidden():
150 init()
151
152 def tearDown(self):
153 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