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