Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 304 Bytes

5712.feature.rst

File metadata and controls

2 lines (2 loc) · 304 Bytes

Now all arguments to @pytest.mark.parametrize need to be explicitly declared in the function signature or via indirect. Previously it was possible to omit an argument if a fixture with the same name existed, which was just an accident of implementation and was not meant to be a part of the API.