mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 20:32:38 +02:00
Merge remote-tracking branch 'origin/incremental_development' into incremental_development
This commit is contained in:
commit
04359daa8c
1 changed files with 1 additions and 2 deletions
|
|
@ -86,8 +86,7 @@ def loguru_caplog(caplog):
|
|||
|
||||
|
||||
# init & dispose git repo
|
||||
# @pytest.fixture(scope="session", autouse=True)
|
||||
@pytest.fixture(scope="session")
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def setup_and_teardown_git_repo(request):
|
||||
CONFIG.git_repo = GitRepository(local_path=DEFAULT_WORKSPACE_ROOT / "unittest")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue