Merge branch 'main' into nested-height-fix

This commit is contained in:
Will McGugan
2022-12-20 11:14:45 +00:00
committed by GitHub
11 changed files with 244 additions and 150 deletions

View File

@@ -176,4 +176,8 @@ def test_key_display(snap_compare):
def test_demo(snap_compare):
"""Test the demo app (python -m textual)"""
assert snap_compare(Path("../../src/textual/demo.py"))
assert snap_compare(
Path("../../src/textual/demo.py"),
press=["down", "down", "down", "_"],
terminal_size=(100, 30),
)