HITL tests: nose -> pytest (#1301)

* HITL tests: nose -> pytest

* run all

* add back partial tests

* big speed up

* fix skipping

* enable all

* that's expected

* clean up after ourselves

* jungle is fixture

* fix

---------

Co-authored-by: Bruce Wayne <batman@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2023-03-22 21:38:37 -07:00
committed by GitHub
parent c5cd0a0232
commit 7aaca348c2
12 changed files with 247 additions and 257 deletions

View File

@@ -401,6 +401,10 @@ class Panda:
if not enter_bootloader and reconnect:
self.reconnect()
@property
def connected(self) -> bool:
return self._handle_open
def reconnect(self):
if self._handle_open:
self.close()