summaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-28test: use byte constants instead of encoding on the fly.Diego Elio Pettenò1-2/+2
2017-12-28tests: fix OneTouch tests to use Python's own mock, and leverage absl-py.Diego Elio Pettenò2-53/+26
2017-12-28test_common: use absl-py to increase coverage, and simplify.Diego Elio Pettenò1-8/+23
2017-12-28accucheck_reports: fix bug for mg/dL native meters.Diego Elio Pettenò1-10/+2
2017-12-28Use Python3 Enum class for glucose units.Diego Elio Pettenò1-7/+7
2017-01-16LifeScan devices: move lifescan_common to the support directory.Diego Elio Pettenò2-7/+7
2016-03-02Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2-2/+2
2016-02-13otultraeasy: move the crc function to lifescan_common.Diego Elio Pettenò1-2/+2
2014-01-29otultra2: move checksum function within otultra2 driver.Diego Elio Pettenò2-28/+8
2014-01-29Initial support for OneTouch Ultra Easy glucometers.Diego Elio Pettenò1-0/+60
2013-09-29Fix style for tests.Diego Elio Pettenò3-68/+60
2013-08-10test_otultra2: factor out setting of returned serial string.Diego Elio Pettenò1-9/+9
2013-08-03Relicense everything under MIT license.Diego Elio Pettenò3-3/+3
2013-08-03Implement the correct checksum algorithm.Diego Elio Pettenò2-4/+5
2013-08-03Add support for checksum verification for the otultra2 driver.Diego Elio Pettenò2-4/+48
2013-08-03Update function names to follow PEP8.Diego Elio Pettenò2-12/+12
2013-08-03Add utf-8 encoding specification to all files.Diego Elio Pettenò2-0/+2
2013-08-03Add tests for the glucose unit conversion.Diego Elio Pettenò1-0/+53
2013-08-03test_otultra2: add header.Diego Elio Pettenò1-0/+7