mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Clean up workspace between each test (#109)
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user