summaryrefslogtreecommitdiffstats
path: root/freestyle_hid/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use empty `__init__.py` files.Diego Elio Pettenò2023-08-031-3/+0
| | | | This avoids adding SPDX tagging on empty files.
* Be more verbose on error messages and parsing with construct.Diego Elio Pettenò2023-08-031-2/+2
| | | | | Instead of manually combining and parsing integers (particularly IV that is a 56-bit integer), use construct formats to handle the parsing.
* Backport the one test that was present in glucometerutils.Diego Elio Pettenò2020-10-042-0/+25
This also sets up the whole pytest configuration and Travis CI integration.