mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
feat: +init python folder
This commit is contained in:
parent
73430c7353
commit
53e593baa4
3 changed files with 29 additions and 2 deletions
|
|
@ -9,7 +9,14 @@ from metagpt.utils.common import list_files
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.parametrize("repo_path", ["https://github.com/geekan/MetaGPT.git"])
|
||||
@pytest.mark.parametrize(
|
||||
"repo_path",
|
||||
[
|
||||
"https://github.com/spec-first/connexion.git",
|
||||
# "https://github.com/geekan/MetaGPT.git"
|
||||
],
|
||||
)
|
||||
@pytest.mark.skip
|
||||
async def test_import_repo(repo_path):
|
||||
context = Context()
|
||||
action = ImportRepo(repo_path=repo_path, context=context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue