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