No description
Find a file
bronsen ebb94963fc 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
2025-12-04 20:17:56 +01:00
__snapshots__/tests test(ui): Add snapshot test for our first very simple Screen 2025-12-04 20:17:56 +01:00
src/teilchensammler_cli feat(ui): Layout our search results more correctly 2025-12-04 19:28:14 +01:00
.gitignore chore(git): 🔧 Keep version file artefact off of version control 2025-12-03 14:49:39 +01:00
pyproject.toml test(ui): Add snapshot test for our first very simple Screen 2025-12-04 20:17:56 +01:00
README.md test(ui): Add snapshot test for our first very simple Screen 2025-12-04 20:17:56 +01:00
tests.py test(ui): Add snapshot test for our first very simple Screen 2025-12-04 20:17:56 +01:00

Teilchensammler

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

uv run pytest tests.py