pytest.raises should complain about unknown arguments #3348
Labels
good first issue
easy issue that is friendly to new contributor
type: bug
problem that needs to be addressed
The example below passes without any complaints:
It should raise a
TypeError
because of theunknown
parameter.Follow up of #258
The text was updated successfully, but these errors were encountered: