From ed63a7998d9340690d4237fca158f5031e122e2e Mon Sep 17 00:00:00 2001 From: Ayrx Date: Sun, 30 Mar 2014 13:56:33 +0800 Subject: Add test skip if interfaces.Mode is not supported --- tests/hazmat/primitives/test_block.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/hazmat/primitives/test_block.py b/tests/hazmat/primitives/test_block.py index 68d6c849..acfd947c 100644 --- a/tests/hazmat/primitives/test_block.py +++ b/tests/hazmat/primitives/test_block.py @@ -158,6 +158,7 @@ class TestAEADCipherContext(object): ) +@pytest.mark.cipher class TestModeValidation(object): def test_cbc(self, backend): with pytest.raises(ValueError): -- cgit v1.2.3