Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
a20631d332d47903a85b61c4b68c5398125a3ebe
/
.
/
tests
/
conftest.py
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
)