aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-26 11:37:57 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-26 11:37:57 -0600
commitc0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e (patch)
treee6fba17c2751ff9855e2703f49e9ec4f3c093b5e /tests
parent67cde769bd98f701e88e051b74a9db7ae4f03f00 (diff)
downloadcryptography-c0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e.tar.gz
cryptography-c0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e.tar.bz2
cryptography-c0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e.zip
...pep8
Diffstat (limited to 'tests')
-rw-r--r--tests/test_x509_ext.py1
1 files changed, 1 insertions, 0 deletions
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):