Small cleanups on _pytest.compat (#5451)

Small cleanups on _pytest.compat
This commit is contained in:
Bruno Oliveira
2019-06-16 10:42:07 -03:00
committed by GitHub
7 changed files with 29 additions and 58 deletions

View File

@@ -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",
]
)