Lines Matching full:pytest
10 import pytest
32 pytest.skip("Test exceeds Scrypt memory limit. "
37 with pytest.raises(pytest.skip.Exception):
43 @pytest.mark.requires_backend_interface(interface=ScryptBackend)
45 @pytest.mark.parametrize("params", vectors)
68 with pytest.raises(UnsupportedAlgorithm):
79 with pytest.raises(TypeError):
94 with pytest.raises(MemoryError):
108 with pytest.raises(TypeError):
124 @pytest.mark.parametrize("params", vectors)
151 with pytest.raises(InvalidKey):
165 with pytest.raises(AlreadyFinalized):
170 with pytest.raises(ValueError):
174 with pytest.raises(ValueError):
178 with pytest.raises(ValueError):
182 with pytest.raises(ValueError):