mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
solve test startup.py
This commit is contained in:
parent
58c8a38fc3
commit
221a49b7eb
1 changed files with 2 additions and 1 deletions
|
|
@ -24,9 +24,10 @@ async def test_empty_team():
|
|||
|
||||
|
||||
def test_startup():
|
||||
args = ["Make a 2048 game"]
|
||||
args = ["Make a cli snake game"]
|
||||
result = runner.invoke(app, args)
|
||||
logger.info(result)
|
||||
logger.info(result.output)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue