(self, backend)
| 204 | ) |
| 205 | |
| 206 | def test_no_fernets(self, backend): |
| 207 | with pytest.raises(ValueError): |
| 208 | MultiFernet([]) |
| 209 | |
| 210 | def test_non_iterable_argument(self, backend): |
| 211 | with pytest.raises(TypeError): |
nothing calls this directly
no test coverage detected