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 a16bec7 commit 1994e38Copy full SHA for 1994e38
tests/conftest.py
@@ -151,6 +151,8 @@ def pytest_configure(config: pytest.Config) -> None:
151
logging.getLogger().setLevel(logging.DEBUG)
152
153
# Override default finish to detect unused snapshots despite xdist
154
+ # Temporary workaround until it is finalised inside syrupy
155
+ # See https://github.com/syrupy-project/syrupy/pull/901
156
SnapshotSession.finish = override_syrupy_finish
157
158
0 commit comments