test: add pytest verification suite and gitea ci workflow
All checks were successful
CI / test (push) Successful in 48s

This commit is contained in:
Space-Banane
2026-05-27 17:55:34 +02:00
parent 8fe6ad2d75
commit a19b285232
9 changed files with 360 additions and 13 deletions

View File

@@ -157,4 +157,25 @@ src/
storage.py
task_manager.py
ui.py
tests/
conftest.py
test_pricing.py
test_server_api.py
test_storage.py
.gitea/
workflows/
ci.yml
```
## Verification
Run local verification:
```powershell
pytest -q
```
Gitea CI pipeline:
- File: `.gitea/workflows/ci.yml`
- Runs compile checks + pytest on push and PR.