aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-26 20:19:34 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-26 20:19:34 -0600
commit60fc8da5aad59fd61b891c3538ce61d96e91cbcb (patch)
treec86147f88588e7fe1fa1adbedfa708cc7f20e281 /tests/utils.py
parent5a8fdf82f396609ccb971d707edddea58f2d3917 (diff)
downloadcryptography-60fc8da5aad59fd61b891c3538ce61d96e91cbcb.tar.gz
cryptography-60fc8da5aad59fd61b891c3538ce61d96e91cbcb.tar.bz2
cryptography-60fc8da5aad59fd61b891c3538ce61d96e91cbcb.zip
rename the method to be less horribly named
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 113488d3..7ae2eb8b 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -24,7 +24,7 @@ def check_for_iface(name, iface, item):
))
-def supported_by_backend_skip(item):
+def check_backend_support(item):
supported = item.keywords.get("supported")
if supported and "backend" in item.funcargs:
if not supported.kwargs["only_if"](item.funcargs["backend"]):