(self)
| 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(): |
nothing calls this directly
no test coverage detected