Skip to content

Commit

Permalink
Merge pull request #518 from mgorny/coverage-6.2
Browse files Browse the repository at this point in the history
Update test_invalid_coverage_source for coverage-6.2
  • Loading branch information
ionelmc committed Feb 2, 2022
2 parents f00ccf9 + 6d06678 commit 4cfbe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pytest_cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ def test_invalid_coverage_source(testdir):
'*10 passed*'
])
result.stderr.fnmatch_lines([
'Coverage.py warning: No data was collected.*'
'*No data was collected.*'
])
result.stdout.fnmatch_lines([
'*Failed to generate report: No data to report.',
Expand Down

0 comments on commit 4cfbe14

Please sign in to comment.