Merge branch 'main' into scroll-sensitivity

This commit is contained in:
Will McGugan
2023-01-30 13:18:47 +01:00
5 changed files with 184 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -193,3 +193,8 @@ def test_demo(snap_compare):
press=["down", "down", "down", "_", "_", "_"],
terminal_size=(100, 30),
)
def test_label_wrap(snap_compare):
"""Test Label wrapping with a Panel"""
assert snap_compare("snapshot_apps/label_wrap.py")