Skip to content

Commit

Permalink
Loosen up assertion, seems the line count varies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jan 12, 2020
1 parent a488cb4 commit 8f906ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pytest_cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,7 @@ def test_foo(foo):
'-n', '5', '-s',
script)
result.stdout.fnmatch_lines([
'*- coverage: platform *, python * -*',
'test_dist_combine_racecondition* 2002 * 0 * 100%*',
'test_dist_combine_racecondition* 0 * 100%*',
'*1000 passed*'
])

Expand Down

0 comments on commit 8f906ca

Please sign in to comment.