pytest2/src/_pytest/mark
Ran Benita 67e29d2548 mark: allow any Sequence[str] for parametrize(argnames), not just list/tuple
The main motivation for this change is to simplify the type shown in
code editors -- `Sequence[str]` is easier to follow than
`Union[list[str], tuple[str, ...]]`.

It also permits using other types if desired. It might lead to problems
if someone uses some oddball sequence type, but hopefully they won't do
that.
2022-08-15 19:38:09 +03:00
..
__init__.py doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
expression.py Use symbolic NoReturn as a type annotation (#10018) 2022-06-03 07:59:48 -03:00
structures.py mark: allow any Sequence[str] for parametrize(argnames), not just list/tuple 2022-08-15 19:38:09 +03:00