aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/bindings/test_openssl.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-08 09:51:24 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-08 09:51:24 -0700
commit38b11cc978c9b1eacc5c1902628a9542ad5f104f (patch)
tree816297750f737579234a322534a3a997386a9251 /tests/hazmat/bindings/test_openssl.py
parente0e9541322cd9186d62f0d807efd77b3467b3ad3 (diff)
parente9d027a99b7b945e4254e2ddd407c34d500cd22d (diff)
downloadcryptography-38b11cc978c9b1eacc5c1902628a9542ad5f104f.tar.gz
cryptography-38b11cc978c9b1eacc5c1902628a9542ad5f104f.tar.bz2
cryptography-38b11cc978c9b1eacc5c1902628a9542ad5f104f.zip
Merge branch 'master' into pem-loading-backend
Diffstat (limited to 'tests/hazmat/bindings/test_openssl.py')
-rw-r--r--tests/hazmat/bindings/test_openssl.py3
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()