(agent_runner: TestRunner)
| 239 | indirect=True, |
| 240 | ) |
| 241 | def test_crewai_tool_success(agent_runner: TestRunner): |
| 242 | _call_function_and_assert( |
| 243 | agent_runner, |
| 244 | "directory_read_tool", |
| 245 | "Find all the file paths", |
| 246 | "file", |
| 247 | ) |
| 248 | |
| 249 | |
| 250 | def _call_function_and_assert( |
nothing calls this directly
no test coverage detected