NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

Reorder tests #142

Closed bihanssen closed 4 years ago

bihanssen commented 4 years ago

Move open_close test to the bottom ensure the other tests are run first. This is to mitigate an issue where open_close sometimes fails with seg_fault and stops further test execution.