diff --git a/tests/test_utils_pv.py b/tests/test_utils_pv.py index 984d14e8c..ce01a4cf5 100644 --- a/tests/test_utils_pv.py +++ b/tests/test_utils_pv.py @@ -82,6 +82,8 @@ def test_put_with_progress_and_repr(value_new, value_before, expected_color): finally: builtins.print = original_print + print("Aaaaaaa : ", printed_lines) + cleaned_lines = [strip_ansi(line) for line in printed_lines] # Initialisation bar