Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
2a710fd725c1012170a101db4d7511d250cb31f0
/
.
/
tests
/
conftest.py
blob: 71662802b6504275ef75de9a394306c1b2226e22 [
file
] [
log
] [
blame
]
def
pytest_generate_tests
(
metafunc
):
from
cryptography
.
hazmat
.
backends
import
_ALL_BACKENDS
if
"backend"
in
metafunc
.
fixturenames
:
metafunc
.
parametrize
(
"backend"
,
_ALL_BACKENDS
)