commit | a20631d332d47903a85b61c4b68c5398125a3ebe | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Oct 16 14:17:36 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Oct 16 14:17:36 2013 -0700 |
tree | 82d10997cba9841c05feb386a32d826de48fba32 | |
parent | 016eed1cc1cc26ff404ac31ed3858de362ca37f2 [diff] [blame] |
Consolidate this list
diff --git a/tests/conftest.py b/tests/conftest.py index d16be3b..b526f2b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py
@@ -1,5 +1,5 @@ def pytest_generate_tests(metafunc): - from cryptography.bindings.openssl import api + from cryptography.bindings import _ALL_APIS if "api" in metafunc.fixturenames: - metafunc.parametrize("api", [api]) + metafunc.parametrize("api", _ALL_APIS)