(agent_runner: TestRunner)
| 225 | indirect=True, |
| 226 | ) |
| 227 | def test_langchain_tool_success(agent_runner: TestRunner): |
| 228 | _call_function_and_assert( |
| 229 | agent_runner, |
| 230 | "terminal", |
| 231 | "Run the following shell command 'echo test!'", |
| 232 | "test", |
| 233 | ) |
| 234 | |
| 235 | |
| 236 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected