Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 244 Bytes

9678.improvement.rst

File metadata and controls

3 lines (3 loc) · 244 Bytes

More types are now accepted in the ids argument to @pytest.mark.parametrize. Previously only str, float, int and bool were accepted; now bytes, complex, re.Pattern, Enum and anything with a __name__ are also accepted.