mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Snapshot testing progress
This commit is contained in:
14
tests/snapshot_tests/test_snapshots.py
Normal file
14
tests/snapshot_tests/test_snapshots.py
Normal file
@@ -0,0 +1,14 @@
|
||||
def test_grid_layout_basic(snap_compare):
|
||||
assert snap_compare("docs/examples/guide/layout/grid_layout1.py")
|
||||
|
||||
|
||||
def test_grid_layout_basic_overflow(snap_compare):
|
||||
assert snap_compare("docs/examples/guide/layout/grid_layout2.py")
|
||||
|
||||
|
||||
def test_combining_layouts(snap_compare):
|
||||
assert snap_compare("docs/examples/guide/layout/combining_layouts.py")
|
||||
|
||||
|
||||
def test_layers(snap_compare):
|
||||
assert snap_compare("docs/examples/guide/layout/layers.py")
|
||||
Reference in New Issue
Block a user