Files
dragonpilot/panda/tests/automated/1_program.py
T
Vehicle Researcher 97a289e6a9 Merge panda subtree
2019-10-31 17:02:31 -07:00

12 lines
228 B
Python

from .helpers import test_all_pandas, panda_connect_and_init
@test_all_pandas
@panda_connect_and_init
def test_recover(p):
assert p.recover(timeout=30)
@test_all_pandas
@panda_connect_and_init
def test_flash(p):
p.flash()