diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-26 11:37:57 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-26 11:37:57 -0600 |
commit | c0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e (patch) | |
tree | e6fba17c2751ff9855e2703f49e9ec4f3c093b5e /tests | |
parent | 67cde769bd98f701e88e051b74a9db7ae4f03f00 (diff) | |
download | cryptography-c0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e.tar.gz cryptography-c0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e.tar.bz2 cryptography-c0297ddb9ec205a6ee9844bde9d4e8eb0cc1009e.zip |
...pep8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_x509_ext.py | 1 |
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): |