(agent_runner: TestRunner)
| 107 | indirect=True, |
| 108 | ) |
| 109 | def test_repetitive_call_success(agent_runner: TestRunner): |
| 110 | _call_function_and_assert( |
| 111 | agent_runner, |
| 112 | "repetitive_call_1", |
| 113 | "test", |
| 114 | "test_repetitive", |
| 115 | ) |
| 116 | |
| 117 | |
| 118 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected