Small cleanups on _pytest.compat (#5451)
Small cleanups on _pytest.compat
This commit is contained in:
@@ -506,8 +506,8 @@ class TestMetafunc:
|
||||
result = testdir.runpytest()
|
||||
result.stdout.fnmatch_lines(
|
||||
[
|
||||
"*test_foo: error raised while trying to determine id of parameter 'arg' at position 0",
|
||||
"*Exception: bad ids",
|
||||
"*test_foo: error raised while trying to determine id of parameter 'arg' at position 0",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user