refactor: utilise existing FixtureDef import
This commit is contained in:
parent
0659796a19
commit
2fdee7b062
|
@ -1482,7 +1482,7 @@ class Metafunc:
|
||||||
|
|
||||||
def _find_parametrized_scope(
|
def _find_parametrized_scope(
|
||||||
argnames: Sequence[str],
|
argnames: Sequence[str],
|
||||||
arg2fixturedefs: Mapping[str, Sequence[fixtures.FixtureDef[object]]],
|
arg2fixturedefs: Mapping[str, Sequence[FixtureDef[object]]],
|
||||||
indirect: Union[bool, Sequence[str]],
|
indirect: Union[bool, Sequence[str]],
|
||||||
) -> Scope:
|
) -> Scope:
|
||||||
"""Find the most appropriate scope for a parametrized call based on its arguments.
|
"""Find the most appropriate scope for a parametrized call based on its arguments.
|
||||||
|
|
Loading…
Reference in New Issue