mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
Merge branch 'dev' into code_intepreter
This commit is contained in:
commit
e7ae79b2cb
2 changed files with 5 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ async def test_run_script(context):
|
|||
@pytest.mark.asyncio
|
||||
async def test_run(context):
|
||||
inputs = [
|
||||
(RunCodeContext(mode="text", code_filename="a.txt", code="print('Hello, World')"), "PASS"),
|
||||
(RunCodeContext(mode="text", code_filename="a.txt", code="result = 'helloworld'"), "PASS"),
|
||||
(
|
||||
RunCodeContext(
|
||||
mode="script",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue