This commit is contained in:
@@ -82,7 +82,10 @@ def test_put_with_progress_and_repr(value_new, value_before, expected_color):
|
||||
finally:
|
||||
builtins.print = original_print
|
||||
|
||||
print("Aaaaaaa : ", printed_lines)
|
||||
for lines in printed_lines:
|
||||
print("Aaaaaaa : ", lines, "\n")
|
||||
|
||||
print("Next \n")
|
||||
|
||||
cleaned_lines = [strip_ansi(line) for line in printed_lines]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user