Create rewriter instance.
(self)
| 319 | |
| 320 | @pytest.fixture |
| 321 | def rewriter(self): |
| 322 | """Create rewriter instance.""" |
| 323 | return RemoveReasonRewriter() |
| 324 | |
| 325 | def test_rewrite_removes_reasoning_prefix(self, rewriter): |
| 326 | """Test rewrite removes Reasoning: prefix.""" |
nothing calls this directly
no test coverage detected