Add DEVELOPMENT.md and SECURITY.md, add test suite

This commit is contained in:
2026-06-28 09:45:17 +01:00
parent 13c354c677
commit 2dfa2c662b
6 changed files with 1181 additions and 0 deletions
+8
View File
@@ -138,3 +138,11 @@ poetry install
poetry run pre-commit install
```
This ensures consistent formatting, catches common issues early, and keeps the codebase clean.
## Tests
Run the test suite:
```bash
poetry run pytest
```