(agent_runner: TestRunner)
| 29 | indirect=True, |
| 30 | ) |
| 31 | def test_single_function_calls_success(agent_runner: TestRunner): |
| 32 | _call_function_and_assert( |
| 33 | agent_runner, |
| 34 | "simple_function", |
| 35 | "test", |
| 36 | "success", |
| 37 | ) |
| 38 | |
| 39 | |
| 40 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected