From cbd2e49d973a344e9fce1e55e4ed4bf7e9c26e57 Mon Sep 17 00:00:00 2001 From: Erik Peterson Date: Sat, 15 Jul 2023 16:23:49 -0700 Subject: [PATCH] Clean up workspace between each test (#109) --- agbenchmark/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agbenchmark/conftest.py b/agbenchmark/conftest.py index 32151b8a..95258810 100644 --- a/agbenchmark/conftest.py +++ b/agbenchmark/conftest.py @@ -53,7 +53,7 @@ def config(request: Any) -> None: return config -@pytest.fixture(scope="module", autouse=True) +@pytest.fixture(autouse=True) def workspace(config: Dict[str, Any]) -> Generator[str, None, None]: output_path = config["workspace"]