Clean up workspace between each test (#109)

pull/5155/head
Erik Peterson 2023-07-15 16:23:49 -07:00 committed by GitHub
parent dab4e90e15
commit cbd2e49d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]