add unified test scripts for all services

This commit is contained in:
2025-12-05 11:41:36 +01:00
parent 2fe315b7df
commit 1f949579b3
6 changed files with 1526 additions and 3 deletions

6
.gitignore vendored
View File

@ -69,6 +69,12 @@ Desktop.ini
logs/
*.log
# SQLite Database
*.db
*.db-journal
*.sqlite
*.sqlite3
# Python
__pycache__/
*.py[cod]