Skip to content
Snippets Groups Projects
Commit c8721786 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

wip

parent 150a254a
Branches
Tags
2 merge requests!123REL: Release v0.6.0,!113F refactor test tool
...@@ -11,6 +11,11 @@ from caoscrawler.identifiable_adapters import LocalStorageIdentifiableAdapter ...@@ -11,6 +11,11 @@ from caoscrawler.identifiable_adapters import LocalStorageIdentifiableAdapter
from caoscrawler.identifiable import Identifiable from caoscrawler.identifiable import Identifiable
@pytest.fixture(autouse=True)
def clear_cache():
cache_clear()
def test_file_identifiable(): def test_file_identifiable():
ident = LocalStorageIdentifiableAdapter() ident = LocalStorageIdentifiableAdapter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment