parametrize
decorator does not work when placed above staticmethod
#12863
Labels
topic: collection
related to the collection phase
topic: marks
related to marks, either the general marks or builtin
topic: parametrize
related to @pytest.mark.parametrize
topic: selection
related to test selection from the command line
type: bug
problem that needs to be addressed
pip list
from the virtual environment you are using (not using pip)output of
pytest --collect-only
:pytest 8.3.3
it should ideally work for both, but if that's not feasible it should at least raise an exception saying that the decorators are in the wrong order
The text was updated successfully, but these errors were encountered: