summaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-16Move tests to be organized within the source directory.Diego Elio Pettenò10-487/+0
2020-03-08format code with blackBen9-180/+171
2019-09-25Add driver implementation for Ascensia ContourUSB.Arvanitis Christos1-0/+117
2019-09-02Add fsoptium basic tests for clock parsing.Diego Elio Pettenò1-0/+39
2019-08-03td4277: new driver for rebranded TaiDoc TD-4277 glucometers.Diego Elio Pettenò1-0/+31
2019-05-16freestyle support: restore correct order of parameters.Diego Elio Pettenò1-0/+23
2019-02-08Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò6-30/+12
2019-02-08Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò6-6/+6
2018-11-16tests: simplify and cleanup.Diego Elio Pettenò6-41/+26
2018-11-16otultraeasy: factor out the packet creation, and add tests.Diego Elio Pettenò1-0/+30
2018-02-11construct: the construct API is significantly unstable, fix to 2.8.22 only.Diego Elio Pettenò1-1/+1
2018-01-01tests: improve code quality by passing the linter.Diego Elio Pettenò3-6/+7
2018-01-01test_lifescan: rename from test_otultraeasy, and cleanup.Diego Elio Pettenò1-12/+1
2018-01-01otultraeasy: factor out the construct Timestamp implementation.Diego Elio Pettenò1-0/+75
2018-01-01otultraeasy: rewrite using construct for parsing.Diego Elio Pettenò1-17/+0
2017-12-29Add more tests to cover the basic translation of objects to strings.Diego Elio Pettenò1-0/+74
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