MCPcopy Create free account
hub / github.com/Tong89/smartNode / test_ground_stations_nonempty

Method test_ground_stations_nonempty

tests/test_core.py:82–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 assert len(eng.leo_satellites) > 0
81
82 def test_ground_stations_nonempty(self):
83 eng = _make_engine()
84 assert len(eng.ground_stations) > 0
85
86 def test_geo_relays_nonempty(self):
87 eng = _make_engine()

Callers

nothing calls this directly

Calls 1

_make_engineFunction · 0.70

Tested by

no test coverage detected