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

Method test_remove_exact

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

Source from the content-addressed store, hash-verified

191
192
193 def test_remove_exact(self):
194 with output_hidden():
195 archivebox_remove.main(['--yes', '--delete', 'https://example5.com/'])
196
197 all_links = load_main_index(out_dir=OUTPUT_DIR)
198 assert len(all_links) == 11
199
200 def test_remove_regex(self):
201 with output_hidden():

Callers

nothing calls this directly

Calls 2

output_hiddenFunction · 0.85
load_main_indexFunction · 0.85

Tested by

no test coverage detected