Files
sunnypilot/openpilot/selfdrive/ui/tests/test_raylib_ui.py
T
2026-07-21 11:02:34 -07: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)