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