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 0061d9b commit acee88aCopy full SHA for acee88a
1 file changed
testing/test_assertion.py
@@ -668,13 +668,13 @@ def test_many_lines():
668
669
result = testdir.runpytest('-vv')
670
result.stdout.fnmatch_lines([
671
- "*- %d*" % 5,
+ "* 6*",
672
])
673
674
monkeypatch.setenv('CI', '1')
675
result = testdir.runpytest()
676
677
678
679
680
0 commit comments