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