ended8월 11일· 1 sources

The pytest fixture that quietly leaks state between your tests

Why it matters

The suite is green. You run it with -p no:randomly off, or add a test in the middle, and two unrelated tests turn red. @pytest.fixture(scope="module") def config(): return {"retries": 3, "debug": Fals...

1
Sources
+0
24h
Growth
40d
Active

Sources

Related Issues