We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb9698 commit 9303de8Copy full SHA for 9303de8
testing/test_terminal.py
@@ -1781,13 +1781,13 @@ def test_collecterror(testdir):
1781
result = testdir.runpytest("-ra", str(p1))
1782
result.stdout.fnmatch_lines(
1783
[
1784
- "collected 0 items / 1 errors",
+ "collected 0 items / 1 error",
1785
"*= ERRORS =*",
1786
"*_ ERROR collecting test_collecterror.py _*",
1787
"E SyntaxError: *",
1788
"*= short test summary info =*",
1789
"ERROR test_collecterror.py",
1790
- "*! Interrupted: 1 errors during collection !*",
+ "*! Interrupted: 1 error during collection !*",
1791
"*= 1 error in *",
1792
]
1793
)
0 commit comments