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": False}

def test_debug_mode(config):