Skip to content

Commit a064738

Browse files
committed
test: adjust tests for show_tool_calls arg
1 parent e028829 commit a064738

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_cli.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ def test_agent_to_cli_sync(mocker: MockerFixture, env: TestEnv):
293293
prog_name='pydantic-ai',
294294
deps=None,
295295
message_history=None,
296+
show_tool_calls=False,
296297
)
297298

298299

@@ -309,6 +310,7 @@ async def test_agent_to_cli_async(mocker: MockerFixture, env: TestEnv):
309310
prog_name='pydantic-ai',
310311
deps=None,
311312
message_history=None,
313+
show_tool_calls=False,
312314
)
313315

314316

@@ -329,6 +331,7 @@ async def test_agent_to_cli_with_message_history(mocker: MockerFixture, env: Tes
329331
prog_name='pydantic-ai',
330332
deps=None,
331333
message_history=test_messages,
334+
show_tool_calls=False,
332335
)
333336

334337

@@ -348,4 +351,5 @@ def test_agent_to_cli_sync_with_message_history(mocker: MockerFixture, env: Test
348351
prog_name='pydantic-ai',
349352
deps=None,
350353
message_history=test_messages,
354+
show_tool_calls=False,
351355
)

0 commit comments

Comments
 (0)