mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 19:36:24 +02:00
refine docs
This commit is contained in:
parent
6e4b0c1424
commit
bb34af38fa
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"""
|
||||
@Time : 2023/5/15 11:40
|
||||
@Author : alexanderwu
|
||||
@File : test_startup.py
|
||||
@File : test_software_company.py
|
||||
"""
|
||||
import pytest
|
||||
from typer.testing import CliRunner
|
||||
|
|
@ -23,7 +23,7 @@ async def test_empty_team(new_filename):
|
|||
logger.info(history)
|
||||
|
||||
|
||||
def test_startup(new_filename):
|
||||
def test_software_company(new_filename):
|
||||
args = ["Make a cli snake game"]
|
||||
result = runner.invoke(app, args)
|
||||
logger.info(result)
|
||||
Loading…
Add table
Add a link
Reference in a new issue