haiku.rag/tests/chat
Yiorgis Gozadinos 93824cdee5
Surface database-open errors in the TUIs
ChatApp and InspectorApp assigned self.client before __aenter__
completed, so a failed open was masked by an AttributeError from
on_unmount tearing down the never-opened client.
2026-07-25 11:27:29 +03:00
..
__init__.py CLI app 2026-01-13 11:31:21 +02:00
test_chat_app.py Surface database-open errors in the TUIs 2026-07-25 11:27:29 +03:00
test_image_input.py Add image attachment to the chat TUI 2026-07-25 10:58:08 +03:00