lots of docstrings

This commit is contained in:
Will McGugan
2022-08-25 09:08:35 +01:00
parent cc4427a4bd
commit b22436933a
27 changed files with 407 additions and 147 deletions

View File

@@ -70,7 +70,7 @@ class AppTest(App):
waiting_duration_after_yield: float = 0,
) -> AsyncContextManager[ClockMock]:
async def run_app() -> None:
await self.process_messages()
await self._process_messages()
@contextlib.asynccontextmanager
async def get_running_state_context_manager():