parent
e4736f081d
commit
41e6b01df8
1 changed files with 6 additions and 5 deletions
@ -1,7 +1,8 @@ |
||||
import time |
||||
from openpilot.selfdrive.test.helpers import with_processes |
||||
from openpilot.system.ui.lib.application import gui_app |
||||
from openpilot.selfdrive.ui.layouts.main import MainLayout |
||||
|
||||
|
||||
@with_processes(["raylib_ui"]) |
||||
def test_raylib_ui(): |
||||
time.sleep(1) |
||||
def test_ui(): |
||||
"""Test initialization of the UI widgets is successful.""" |
||||
gui_app.init_window("UI") |
||||
MainLayout() |
||||
|
||||
Loading…
Reference in new issue