test(ui): Add snapshot test for our first very simple Screen

These snapshots will need to be refreshed when we made changes and are
happy with the changed or new layout.

uv run pytest --snapshot-update tests.py
This commit is contained in:
bronsen 2025-12-04 20:13:32 +01:00
parent 8999f5a52f
commit ebb94963fc
4 changed files with 237 additions and 0 deletions

View file

@ -3,5 +3,12 @@
This is a little TUI based on [Textual] for entering new Teilchen and for
searching for existing Teilchen.
Data will eventuall be stored in a SQLite database.
## Running tests
```sh
uv run pytest tests.py
```
[Textual]: https://textual.textualize.io/