mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-22 12:23:57 +08:00
* add raylib ui * test * this is better for now * rm rm * finalize it * need this? * ? * shite shite * try * ? * huh * simp * ? * wtf is going on * ??????????????? * lock * stash * no 2 packages * Revert "stash" This reverts commit 9efb0d9bda6a6309e7a567634d1921bf1cd0fb59. * debug * noo * debug * ? * and * yeah yeah * init one * 2 * i wonder * oooh * make sure * fix dat * try this * see if wifiman * forgot * ? * ??? * fuck this we can rewrite it later
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)
|