refine docs

This commit is contained in:
geekan 2024-02-01 11:24:31 +08:00
parent 6e4b0c1424
commit bb34af38fa
2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ setup(
},
entry_points={
"console_scripts": [
"metagpt=metagpt.startup:app",
"metagpt=metagpt.software_company:app",
],
},
)

View file

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