account for quotes in error messages
This commit is contained in:
@@ -533,7 +533,7 @@ class TestGenericReporting:
|
||||
result = testdir.runpytest(*option.args)
|
||||
result.stdout.fnmatch_lines([
|
||||
"> import xyz",
|
||||
"E ImportError: No module named xyz",
|
||||
"E ImportError: No module named *xyz*",
|
||||
"*1 error*",
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user