This commit is contained in:
feuillemorte 2018-02-26 17:39:32 +03:00
parent 6200920dc3
commit 31476c69ab
1 changed files with 2 additions and 0 deletions

View File

@ -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()