This commit is contained in:
Will McGugan
2022-12-08 16:51:31 +00:00
parent 3c425c330e
commit 1f64127235
6 changed files with 209 additions and 3 deletions

View File

@@ -151,6 +151,11 @@ def test_columns_height(snap_compare):
assert snap_compare("snapshot_apps/columns_height.py")
def test_offsets(snap_compare):
"""Test offsets of containers"""
assert snap_compare("snapshot_apps/offsets.py")
# --- Other ---