We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1832384 commit 9edea6aCopy full SHA for 9edea6a
1 file changed
pytest_cases/tests/cases/doc/test_parametrize_alt.py
@@ -29,6 +29,6 @@ def test_argnames_from_invalid_type():
29
30
def test_argnames_element_from_invalid_type():
31
with pytest.raises(
32
- TypeError, match="^all argnames should be a strings$"
+ TypeError, match="^all argnames should be strings$"
33
):
34
parametrize_with_cases(argnames=["a", 2, "c"], cases=".")(lambda _: None)
0 commit comments