mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 23:22:04 +08:00
70ddf6fd84
old-commit-hash: 97a289e6a9
12 lines
228 B
Python
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()
|