Files
IQ.Pilot/iqpilot/selfdrive/ui/tests/test_raylib_ui.py
2026-08-12 11:06:53 -05:00

9 lines
195 B
Python

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