1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-20 05:11:40 +02:00

refactor: Remove setup_django from search

This commit is contained in:
Cristian
2020-12-11 16:43:48 -05:00
parent a28547cbca
commit e82161a768
3 changed files with 2 additions and 5 deletions

View File

@@ -20,7 +20,6 @@ def test_oneshot_command_saves_page_in_right_folder(tmp_path, disable_extractors
capture_output=True,
env=disable_extractors_dict,
)
print(process.stdout)
items = ' '.join([str(x) for x in tmp_path.iterdir()])
current_path = ' '.join([str(x) for x in Path.cwd().iterdir()])
assert "index.json" in items