mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
private
This commit is contained in:
@@ -169,7 +169,7 @@ class AppTest(App):
|
||||
|
||||
await let_asyncio_process_some_events()
|
||||
|
||||
def on_exception(self, error: Exception) -> None:
|
||||
def _handle_exception(self, error: Exception) -> None:
|
||||
# In tests we want the errors to be raised, rather than printed to a Console
|
||||
raise error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user