no color progress fixes

This commit is contained in:
Will McGugan 2021-01-11 21:14:14 +00:00
parent e763dfeac0
commit 7b7a89c9e7
7 changed files with 80 additions and 37 deletions

View file

@ -62,7 +62,7 @@ def test_pulse():
def test_get_pulse_segments():
bar = ProgressBar()
segments = bar._get_pulse_segments(
Style.parse("red"), Style.parse("yellow"), "standard", False
Style.parse("red"), Style.parse("yellow"), None, False, False
)
print(repr(segments))
expected = [