Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 1m1s

This commit is contained in:
2025-08-07 15:27:14 +02:00
parent 9f35c04104
commit 89e570c16b
+4 -1
View File
@@ -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]