diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-08-01 08:23:31 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-08-01 08:23:31 -0500 |
commit | de21e2f5f376a3693acd590c787049d6f67d06c8 (patch) | |
tree | 65cb45535e651ae0527ac0083f3da32ceb5337dc /tests/hazmat/bindings/test_openssl.py | |
parent | 6bb22e4b60d00085482afcf16f29679673dc6c97 (diff) | |
parent | 55971ba2331d5f3b907b1b0b80c0034f5ee11df7 (diff) | |
download | cryptography-de21e2f5f376a3693acd590c787049d6f67d06c8.tar.gz cryptography-de21e2f5f376a3693acd590c787049d6f67d06c8.tar.bz2 cryptography-de21e2f5f376a3693acd590c787049d6f67d06c8.zip |
Merge pull request #1283 from Ayrx/entry_points
Added entry_points.
Diffstat (limited to 'tests/hazmat/bindings/test_openssl.py')
-rw-r--r-- | tests/hazmat/bindings/test_openssl.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/hazmat/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py index d22c4fd2..ca6e9ab0 100644 --- a/tests/hazmat/bindings/test_openssl.py +++ b/tests/hazmat/bindings/test_openssl.py @@ -27,9 +27,6 @@ class TestOpenSSL(object): assert binding.lib assert binding.ffi - def test_is_available(self): - assert Binding.is_available() is True - def test_crypto_lock_init(self): b = Binding() b.init_static_locks() |