forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Release Commit @ 5bc9cd3
This commit is contained in:
8
selfdrive/ui/tests/test_raylib_ui.py
Normal file
8
selfdrive/ui/tests/test_raylib_ui.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import time
|
||||
from openpilot.selfdrive.test.helpers import with_processes
|
||||
|
||||
|
||||
@with_processes(["ui"])
|
||||
def test_raylib_ui():
|
||||
"""Test initialization of the UI widgets is successful."""
|
||||
time.sleep(1)
|
||||
Reference in New Issue
Block a user