Skip to content

Commit 7f4227f

Browse files
danielmillerpclaude
andcommitted
Fix docstring test command path in tutorial test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa3aaa1 commit 7f4227f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/00_sync/010_multiturn/tests/test_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
To run these tests:
1010
1. Make sure the agent is running (via docker-compose or `agentex agents run`)
1111
2. Set the AGENTEX_API_BASE_URL environment variable if not using default
12-
3. Run: pytest test_agent.py -v
12+
3. Run: pytest tests/test_agent.py -v
1313
1414
Configuration:
1515
- AGENTEX_API_BASE_URL: Base URL for the AgentEx server (default: http://localhost:5003)

0 commit comments

Comments
 (0)