Skip to content

Commit 06bc0c2

Browse files
author
Sylvain MARIE
committed
Removed target and tags arguments of @cases_generator that were added by mistake in version 2.0.0 but never used.
1 parent e217945 commit 06bc0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_cases/case_funcs_legacy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ def get_case_generator_details(f):
9999

100100
@function_decorator
101101
def cases_generator(names=None, # type: Union[str, Callable[[Any], str], Iterable[str]]
102-
target=None, # type: Any
103-
tags=None, # type: Iterable[Any]
102+
# target=None, # type: Any
103+
# tags=None, # type: Iterable[Any]
104104
lru_cache=False, # type: bool,
105105
case_func=DECORATED, # noqa
106106
**param_ranges # type: Iterable[Any]

0 commit comments

Comments
 (0)