This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user