We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804b337 commit fd71fa5Copy full SHA for fd71fa5
tests/test_pytest_cov.py
@@ -1761,7 +1761,8 @@ def bad_init():
1761
monkeypatch.setattr(sys, 'stderr', buff)
1762
monkeypatch.setitem(os.environ, 'COV_CORE_SOURCE', 'foobar')
1763
exec(payload)
1764
- assert buff.getvalue() == '''pytest-cov: Failed to setup subprocess coverage. Environ: {'COV_CORE_SOURCE': 'foobar'} Exception: SpecificError()
+ assert buff.getvalue() == '''\
1765
+pytest-cov: Failed to setup subprocess coverage. Environ: {'COV_CORE_SOURCE': 'foobar'} Exception: SpecificError()
1766
'''
1767
1768
0 commit comments