mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-26 17:33:44 +08:00
076fbbe102
This reverts commit 42b6ecb535.
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)
|