MCPcopy
hub / github.com/pyca/cryptography / test_no_fernets

Method test_no_fernets

tests/test_fernet.py:206–208  ·  view source on GitHub ↗
(self, backend)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

MultiFernetClass · 0.90

Tested by

no test coverage detected