Skip to content

Commit cc26d81

Browse files
committed
tests: harden test_teardown_many_verbose
1 parent f70ae66 commit cc26d81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/test_terminal.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,9 @@ def test_teardown_many_verbose(self, testdir, many_files):
18041804
r"test_bar.py::test_bar\[0\] PASSED\s+\[ 5%\]",
18051805
r"test_bar.py::test_bar\[0\] ERROR\s+\[ 5%\]",
18061806
r"test_bar.py::test_bar\[4\] PASSED\s+\[ 25%\]",
1807-
r"test_bar.py::test_bar\[4\] ERROR\s+\[ 25%\]",
1807+
r"test_foo.py::test_foo\[14\] PASSED\s+\[100%\]",
1808+
r"test_foo.py::test_foo\[14\] ERROR\s+\[100%\]",
1809+
"=+ 20 passed, 20 errors in .*",
18081810
]
18091811
)
18101812

0 commit comments

Comments
 (0)