From c0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 26 Dec 2015 11:37:57 -0600 Subject: ...pep8 --- tests/test_x509_ext.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_x509_ext.py b/tests/test_x509_ext.py index d0f4cac9..f7be4bbe 100644 --- a/tests/test_x509_ext.py +++ b/tests/test_x509_ext.py @@ -165,6 +165,7 @@ class TestInvalidityDate(object): assert hash(invalid1) == hash(invalid2) assert hash(invalid1) != hash(invalid3) + class TestNoticeReference(object): def test_notice_numbers_not_all_int(self): with pytest.raises(TypeError): -- cgit v1.2.3