v0.11.1: satpass_predict adapter (server-side pass alerts for fixed observers) (#101)

This commit is contained in:
malice 2026-06-09 01:16:43 -06:00 committed by GitHub
commit 86e8b6b56a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 933 additions and 3 deletions

View file

@ -444,8 +444,10 @@ def test_central_sat_registered_in_streams():
def test_central_sat_in_supervisor_family_map():
"""v0.11.0 set this to ('tle',); v0.11.1 extended to ('tle', 'pass') so
satpass_predict events also route to CENTRAL_SAT."""
from central.supervisor import STREAM_CATEGORY_DOMAINS
assert STREAM_CATEGORY_DOMAINS["CENTRAL_SAT"] == ("tle",)
assert "tle" in STREAM_CATEGORY_DOMAINS["CENTRAL_SAT"]
def test_celestrak_tle_in_space_adapter_group():