mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
no color progress fixes
This commit is contained in:
parent
e763dfeac0
commit
7b7a89c9e7
7 changed files with 80 additions and 37 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue