Add satellite route tests and update .gitignore

Added tests for satellite-related routes, including validation, error handling, and mocking of external dependencies. Updated .gitignore to exclude database files (*.db, *.sqlite3) in addition to lock files.
This commit is contained in:
Jon Ander Oribe
2026-01-10 14:03:49 +01:00
parent ee7781ee67
commit ef5cfb4908
2 changed files with 86 additions and 1 deletions

4
.gitignore vendored
View File

@@ -30,5 +30,7 @@ dist/
build/
*.egg-info/
# Package manager lock files
# Package manager lock files & DB files
uv.lock
*.db
*.sqlite3