mirror of
https://github.com/Textualize/rich.git
synced 2025-08-11 13:38:19 +00:00
Test fix
This commit is contained in:
parent
f09eb9a9a2
commit
06d99d75c2
1 changed files with 1 additions and 1 deletions
|
@ -493,6 +493,7 @@ def test_no_nested_live():
|
||||||
with console.status("bar"):
|
with console.status("bar"):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def test_screen():
|
def test_screen():
|
||||||
console = Console(force_terminal=True, force_interactive=True)
|
console = Console(force_terminal=True, force_interactive=True)
|
||||||
with console.capture() as capture:
|
with console.capture() as capture:
|
||||||
|
@ -507,4 +508,3 @@ def test_screen():
|
||||||
def test_height():
|
def test_height():
|
||||||
console = Console(width=80, height=46)
|
console = Console(width=80, height=46)
|
||||||
assert console.height == 46
|
assert console.height == 46
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue