mirror of https://github.com/Textualize/rich.git
Last attempt at fixing progress coverage
This commit is contained in:
parent
8caee6a2e9
commit
c7f7cd683a
|
@ -103,6 +103,7 @@ def test_spinner_column():
|
||||||
assert str(result) == expected
|
assert str(result) == expected
|
||||||
|
|
||||||
time += 1.0
|
time += 1.0
|
||||||
|
column.spinner.update(speed=0.5)
|
||||||
result = column.render(task)
|
result = column.render(task)
|
||||||
print(repr(result))
|
print(repr(result))
|
||||||
expected = "⡿"
|
expected = "⡿"
|
||||||
|
|
Loading…
Reference in New Issue