Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Clean up workspace between each test (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-megarad authored Jul 15, 2023
1 parent dab4e90 commit cbd2e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agbenchmark/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit cbd2e49

Please sign in to comment.