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

Method test_remove_none

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

Source from the content-addressed store, hash-verified

212 assert len(all_links) == 10
213
214 def test_remove_none(self):
215 try:
216 with output_hidden(show_failing=False):
217 archivebox_remove.main(['--yes', '--delete', 'https://doesntexist.com'])
218 assert False, 'Should raise if no URLs match'
219 except Exception:
220 pass
221
222
223if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

output_hiddenFunction · 0.85

Tested by

no test coverage detected