blob: b526f2bf7de4f9bcfe0008fee4c7f5348f00e20e [file] [log] [blame]
def pytest_generate_tests(metafunc):
from cryptography.bindings import _ALL_APIS
if "api" in metafunc.fixturenames:
metafunc.parametrize("api", _ALL_APIS)