mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
Added some test cases
This commit is contained in:
parent
a1e75d1173
commit
b19995f083
10 changed files with 757 additions and 49 deletions
|
|
@ -86,7 +86,8 @@ def loguru_caplog(caplog):
|
|||
|
||||
|
||||
# init & dispose git repo
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
# @pytest.fixture(scope="session", autouse=True)
|
||||
@pytest.fixture(scope="session")
|
||||
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