commit | 3bcf315b20fe03680b5243e3f880010168426745 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Sat Feb 18 08:25:34 2017 +0100 |
committer | GitHub <noreply@github.com> | Sat Feb 18 08:25:34 2017 +0100 |
tree | 65e8c7223710ec4966f8c840d9d3b4b127bc8e69 | |
parent | 868dc3c25404d3be232c209ec15f976e434668d5 [diff] [blame] |
Fix up some pytest-related stuff (#601)
diff --git a/tests/test_crypto.py b/tests/test_crypto.py index ad79f6a..878479f 100644 --- a/tests/test_crypto.py +++ b/tests/test_crypto.py
@@ -743,9 +743,7 @@ class TestPKey(object): """ - py.test-based tests for :class:`OpenSSL.crypto.PKey`. - - If possible, add new tests here. + Tests for `OpenSSL.crypto.PKey`. """ def test_convert_from_cryptography_private_key(self):