feat: +init python folder

This commit is contained in:
莘权 马 2024-03-28 15:18:23 +08:00
parent 73430c7353
commit 53e593baa4
3 changed files with 29 additions and 2 deletions

View file

@ -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)