mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
test
This commit is contained in:
@@ -10,6 +10,9 @@ async def test_screens():
|
||||
app = App()
|
||||
app._set_active()
|
||||
|
||||
with pytest.raises(ScreenStackError):
|
||||
app.screen
|
||||
|
||||
assert not app._installed_screens
|
||||
|
||||
screen1 = Screen(name="screen1")
|
||||
|
||||
Reference in New Issue
Block a user