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