IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.58k stars 490 forks source link

Unittest for UUID class #428

Closed aero-man closed 3 years ago

aero-man commented 3 years ago

This tests all methods in the UUID class, except for __hash__() and getCommonName(). This is part of an overall attempt to get unittests working as requested in Bluepy's README. Feedback is appreciated.

dman82499 commented 3 years ago

This looks good, but I'm not sure if the owner is around anymore to look at it, seeing as there's 8 other pull requests.