aboutsummaryrefslogtreecommitdiffstats
path: root/tests/conftest.py
blob: b526f2bf7de4f9bcfe0008fee4c7f5348f00e20e (plain)
1
2
3
4
5
def pytest_generate_tests(metafunc):
    from cryptography.bindings import _ALL_APIS

    if "api" in metafunc.fixturenames:
        metafunc.parametrize("api", _ALL_APIS)