mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-23 15:48:11 +02:00
refactor filename
This commit is contained in:
parent
e580e971a9
commit
05749fad31
3 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ from metagpt.config import CONFIG
|
|||
@pytest.mark.asyncio
|
||||
async def test_hello():
|
||||
workdir = Path(__file__).parent.parent.parent.parent
|
||||
script_pathname = workdir / "metagpt/tools/hello.py"
|
||||
script_pathname = workdir / "metagpt/tools/openapi_v3_hello.py"
|
||||
env = CONFIG.new_environ()
|
||||
env["PYTHONPATH"] = str(workdir) + ":" + env.get("PYTHONPATH", "")
|
||||
process = subprocess.Popen(["python", str(script_pathname)], cwd=workdir, env=env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue