From 22eb4c91914cd2f0ad2cb67ad27e5bfb60400492 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 27 Oct 2014 10:24:43 -0700 Subject: Added attributes that are part of hte interface to several test fakes --- tests/hazmat/primitives/test_hashes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/hazmat/primitives/test_hashes.py') diff --git a/tests/hazmat/primitives/test_hashes.py b/tests/hazmat/primitives/test_hashes.py index ba4f53af..0fdd7550 100644 --- a/tests/hazmat/primitives/test_hashes.py +++ b/tests/hazmat/primitives/test_hashes.py @@ -33,6 +33,8 @@ from ...utils import raises_unsupported_algorithm @utils.register_interface(interfaces.HashAlgorithm) class UnsupportedDummyHash(object): name = "unsupported-dummy-hash" + block_size = None + digest_size = None @pytest.mark.requires_backend_interface(interface=HashBackend) -- cgit v1.2.3