Merge pull request #729 from Textualize/private-methods

private
This commit is contained in:
Will McGugan
2022-09-02 14:02:38 +01:00
committed by GitHub
6 changed files with 27 additions and 27 deletions

View File

@@ -160,7 +160,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