llm-chat/tests
Paul Harrison 7cbde55aac Implement basic command line interface
Implements a basic CLI using Typer, Rich, and Prompt Toolkit. I couldn't
work out how to propoerly mock/fake the Rich console or the prompt
session from Prompt Toolkit, so I created dummy functions to work around
them and just test the basic application flow rather than user inputs
and outputs to the terminal.
2023-08-22 10:02:02 +01:00
..
__init__.py Initial commit 2023-08-13 19:53:05 +01:00
conftest.py Add linting checks and code formatting 2023-08-16 10:10:06 +01:00
test_chat.py Add linting checks and code formatting 2023-08-16 10:10:06 +01:00
test_cli.py Implement basic command line interface 2023-08-22 10:02:02 +01:00