mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-20 12:22:04 +08:00
3a9999ce05
date: 2025-08-19T09:22:22 master commit: 1508b2a6e31204c2fb41dd023412c90808236940
9 lines
204 B
Python
9 lines
204 B
Python
import time
|
|
from openpilot.selfdrive.test.helpers import with_processes
|
|
|
|
|
|
@with_processes(["raylib_ui"])
|
|
def test_raylib_ui():
|
|
"""Test initialization of the UI widgets is successful."""
|
|
time.sleep(1)
|