Files
StarPilot/selfdrive/test/process_replay/test_process_replay_starpilot.py
T
firestar5683 eebfd509d7 LongyLongNeck
2026-05-09 19:28:03 -05:00

13 lines
298 B
Python

import os
os.environ["DEBUG"] = "0"
from openpilot.selfdrive.test.process_replay.process_replay import get_process_config
def test_plannerd_replay_includes_starpilot_inputs():
cfg = get_process_config("plannerd")
assert "starpilotPlan" in cfg.pubs
assert "starpilotCarState" in cfg.pubs