Files
github-actions[bot] 0e51ecbb7e sunnypilot v2026.09.09-4864
version: sunnypilot v2026.003.000 (dev)
date: 2026-09-09T15:43:49
master commit: b255314f5a
2026-09-09 15:43:49 +00:00

11 lines
300 B
Python

import time
from openpilot.common.test import OpenpilotTestCase
from openpilot.selfdrive.test.helpers import with_processes
class TestRaylibUi(OpenpilotTestCase):
@with_processes(["ui"])
def test_raylib_ui(self):
"""Test initialization of the UI widgets is successful."""
time.sleep(1)