aboutsummaryrefslogtreecommitdiffstats
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-03-19 16:48:18 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2016-03-19 16:48:18 -0400
commit5930305592bbacbcbb5d8e8fa6faf2767da3b035 (patch)
treec6a892f9b93ba99ad689f295595a4e3a17f4e019 /tests/conftest.py
parentb8b1d7200504e39054222643a88b09761e66d4f8 (diff)
downloadcryptography-5930305592bbacbcbb5d8e8fa6faf2767da3b035.tar.gz
cryptography-5930305592bbacbcbb5d8e8fa6faf2767da3b035.tar.bz2
cryptography-5930305592bbacbcbb5d8e8fa6faf2767da3b035.zip
oops, flake8
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index d872d7c1..e2226428 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -15,6 +15,7 @@ from .utils import check_backend_support, select_backends, skip_if_empty
def pytest_report_header(config):
return "OpenSSL: {}".format(openssl_backend.openssl_version_text())
+
def pytest_generate_tests(metafunc):
if "backend" in metafunc.fixturenames:
names = metafunc.config.getoption("--backend")