#3203 Fix tests
This commit is contained in:
parent
6200920dc3
commit
31476c69ab
|
@ -1045,6 +1045,8 @@ class TestProgress(object):
|
||||||
r'test_foo.py \.{5}',
|
r'test_foo.py \.{5}',
|
||||||
r'test_foobar.py \.{5}',
|
r'test_foobar.py \.{5}',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
output = testdir.runpytest('--capture=no')
|
||||||
assert "%]" not in output.stdout.str()
|
assert "%]" not in output.stdout.str()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue