diff --git a/test/test_cache.py b/test/test_cache.py index 64843f6d..6c3fd73c 100644 --- a/test/test_cache.py +++ b/test/test_cache.py @@ -1,5 +1,6 @@ import os.path + def test_open_cachefile_creates(monkeypatch, tmp_path): monkeypatch.setenv('MOULINETTE_CACHE_DIR', str(tmp_path))