From 31476c69abaf6f68a160084a6d4501e1535b0bb4 Mon Sep 17 00:00:00 2001 From: feuillemorte Date: Mon, 26 Feb 2018 17:39:32 +0300 Subject: [PATCH] #3203 Fix tests --- testing/test_terminal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/test_terminal.py b/testing/test_terminal.py index 72a9198a8..ff4296925 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -1045,6 +1045,8 @@ class TestProgress(object): r'test_foo.py \.{5}', r'test_foobar.py \.{5}', ]) + + output = testdir.runpytest('--capture=no') assert "%]" not in output.stdout.str()