Add comprehensive testing infrastructure

- Testing strategy document
- Unit tests for GPS validator
- Integration test conftest with fixtures
- Sample .sub files and manifests
- Comprehensive Termux testing guide
- Test directory structure
This commit is contained in:
2026-01-12 11:25:13 -08:00
parent eb225771bc
commit 64ce279a2e
5 changed files with 1494 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"session_uuid": "test-session-001",
"captures": [
{
"filename": "valid_key_433mhz.sub",
"latitude": 40.7128,
"longitude": -74.0060,
"accuracy": 5.0,
"altitude": 10.5,
"timestamp": "2026-01-12T10:00:00Z"
}
]
}