fix formatting in readme files
All checks were successful
Run tests / test (push) Successful in 25s

This commit is contained in:
Your Name
2026-06-25 21:37:12 -06:00
parent ecd4880a28
commit 8015baa7b3
3 changed files with 29 additions and 155 deletions

View File

@@ -166,6 +166,10 @@ pytest tests/
107 tests covering config loading, display processing (crop, resize, rotation),
trigger atomicity, MQTT parsing, and all 19 API routes.
A [Gitea Actions](.gitea/workflows/test.yml) workflow runs tests on every push.
See [bug-tracking.md](bug-tracking.md) for known issues and recent fixes.
## Project structure
```
@@ -189,6 +193,9 @@ spectra/
│ ├── models.py # SQLAlchemy models
│ ├── templates/ # 6 Jinja2 pages
│ └── static/ # CSS + JS
├── .gitea/
│ └── workflows/
│ └── test.yml # CI workflow
├── tests/
│ ├── test_api.py
│ ├── test_config.py