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