Skip to content

Commit fd71fa5

Browse files
committed
fix style
1 parent 804b337 commit fd71fa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_pytest_cov.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,8 @@ def bad_init():
17611761
monkeypatch.setattr(sys, 'stderr', buff)
17621762
monkeypatch.setitem(os.environ, 'COV_CORE_SOURCE', 'foobar')
17631763
exec(payload)
1764-
assert buff.getvalue() == '''pytest-cov: Failed to setup subprocess coverage. Environ: {'COV_CORE_SOURCE': 'foobar'} Exception: SpecificError()
1764+
assert buff.getvalue() == '''\
1765+
pytest-cov: Failed to setup subprocess coverage. Environ: {'COV_CORE_SOURCE': 'foobar'} Exception: SpecificError()
17651766
'''
17661767

17671768

0 commit comments

Comments
 (0)