Skip to content

Commit 42d6172

Browse files
committed
install the isolated_cache fixture as part of the package
1 parent 13221e0 commit 42d6172

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conftest.py renamed to schema_salad/tests/conftest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import pytest
2+
23
import schema_salad.schema
34

4-
@pytest.fixture(autouse=True, scope='function')
5-
def isolated_cache():
5+
6+
@pytest.fixture(autouse=True, scope="function")
7+
def isolated_cache() -> None:
68
"""A fixture to clear the schema_salad metaschema cache.
79
810
Auto-loaded (see autouse) fixture, loaded per test (function scope).

0 commit comments

Comments
 (0)