Skip to content

Commit 063433b

Browse files
committed
Fix: the skip lines may appear in random order in the output.
1 parent 5e220bd commit 063433b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_03_skipmsgs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def test_d():
3434
*::test_b FAILED
3535
*::test_c SKIPPED
3636
*::test_d SKIPPED
37+
""")
38+
result.stdout.fnmatch_lines_random("""
3739
SKIP * test_c depends on test_b
3840
SKIP * test_d depends on test_c
3941
""")

0 commit comments

Comments
 (0)