Create Result for testing.
(self)
| 129 | |
| 130 | @pytest.fixture |
| 131 | def result(self): |
| 132 | """Create Result for testing.""" |
| 133 | return Result(item_idx=0) |
| 134 | |
| 135 | def test_add_filter_rejected(self, result): |
| 136 | """Test add_filter for rejection.""" |
no test coverage detected