Create rewriter instance.
(self)
| 34 | |
| 35 | @pytest.fixture |
| 36 | def rewriter(self): |
| 37 | """Create rewriter instance.""" |
| 38 | return RemoveThinkRewriter() |
| 39 | |
| 40 | def test_rewrite_no_think_tag(self, rewriter): |
| 41 | """Test rewrite when no think tag present.""" |
nothing calls this directly
no test coverage detected