Update tests/test_utils_tqdm_mod.py
Run CI Tests / test (push) Successful in 40s

This commit is contained in:
2025-07-30 16:13:48 +02:00
parent 53c62fecfb
commit 93fd2ff5b5
+1
View File
@@ -124,6 +124,7 @@ def test_float_alignment_in_bar():
match = re.search(r".*?\]", line)
if match:
bar_segments.append(match.group(0))
print(match.group(0))
lengths = [len(seg) for seg in bar_segments]
assert len(set(lengths)) == 1