summaryrefslogtreecommitdiff
path: root/testing/test_capture.py
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2019-03-20 01:12:22 +0100
committerGitHub <noreply@github.com>2019-03-20 01:12:22 +0100
commitda81c1e49ad9771b672d579d72503fea21690d4c (patch)
treef57db99569e8d2d9500bce692fbfbf2b3f818654 /testing/test_capture.py
parent23ab43233e3e2d67a2d9b02c6d168a07ad0b8ba4 (diff)
parent7395501d1d3074a0f9f723a66c1616b24769f310 (diff)
downloadpytest-da81c1e49ad9771b672d579d72503fea21690d4c.tar.gz
Merge pull request #4950 from blueyed/capture
Revisit capturing module: repr, doc fixes, minor
Diffstat (limited to 'testing/test_capture.py')
-rw-r--r--testing/test_capture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_capture.py b/testing/test_capture.py
index 5ed806fa4..fa0bad5fc 100644
--- a/testing/test_capture.py
+++ b/testing/test_capture.py
@@ -566,7 +566,7 @@ class TestCaptureFixture(object):
result.stdout.fnmatch_lines(
[
"*test_hello*",
- "*capsysbinary is only supported on python 3*",
+ "*capsysbinary is only supported on Python 3*",
"*1 error in*",
]
)