forked from pool/python-pytest-cov
* Support coverage >= 6.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=31
14 lines
535 B
Diff
14 lines
535 B
Diff
Index: pytest-cov-3.0.0/tests/test_pytest_cov.py
|
|
===================================================================
|
|
--- pytest-cov-3.0.0.orig/tests/test_pytest_cov.py
|
|
+++ pytest-cov-3.0.0/tests/test_pytest_cov.py
|
|
@@ -968,7 +968,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.',
|