docstring

This commit is contained in:
Will McGugan
2023-01-26 16:01:48 +01:00
parent d8e6cfdd50
commit 41be84b1a5
4 changed files with 35 additions and 11 deletions

View File

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