We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13221e0 commit 42d6172Copy full SHA for 42d6172
conftest.py renamed to schema_salad/tests/conftest.py
@@ -1,8 +1,10 @@
1
import pytest
2
+
3
import schema_salad.schema
4
-@pytest.fixture(autouse=True, scope='function')
5
-def isolated_cache():
6
+@pytest.fixture(autouse=True, scope="function")
7
+def isolated_cache() -> None:
8
"""A fixture to clear the schema_salad metaschema cache.
9
10
Auto-loaded (see autouse) fixture, loaded per test (function scope).
0 commit comments