Snapshot testing progress

This commit is contained in:
Darren Burns
2022-09-16 16:28:48 +01:00
parent e8acba5238
commit d619dae510
10 changed files with 1294 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ from textual.widgets import Static
class GridLayoutExample(App):
def compose(self) -> ComposeResult:
yield Static("One", classes="box")
yield Static("Oneeee", classes="box")
yield Static("Two", classes="box")
yield Static("Three", classes="box")
yield Static("Four", classes="box")