parent
0dd303f10b
commit
e4736f081d
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
import time |
||||||
|
from openpilot.selfdrive.test.helpers import with_processes |
||||||
|
|
||||||
|
|
||||||
|
@with_processes(["raylib_ui"]) |
||||||
|
def test_raylib_ui(): |
||||||
|
time.sleep(1) |
||||||
Loading…
Reference in new issue