add tests

This commit is contained in:
Will McGugan
2023-01-30 18:59:23 +01:00
parent aa03373a64
commit 4aa988347f
3 changed files with 207 additions and 0 deletions

View File

@@ -193,3 +193,7 @@ def test_demo(snap_compare):
press=["down", "down", "down"],
terminal_size=(100, 30),
)
def test_label_widths(snap_compare):
assert snap_compare(SNAPSHOT_APPS_DIR / "label_widths.py")