summaryrefslogtreecommitdiffstats
path: root/test/test_otultra2.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move tests to be organized within the source directory.Diego Elio Pettenò2020-03-161-43/+0
* format code with blackBen2020-03-081-15/+15
* Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò2019-02-081-5/+2
* Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò2019-02-081-1/+1
* tests: simplify and cleanup.Diego Elio Pettenò2018-11-161-10/+3
* tests: improve code quality by passing the linter.Diego Elio Pettenò2018-01-011-1/+3
* test: use byte constants instead of encoding on the fly.Diego Elio Pettenò2017-12-281-2/+2
* tests: fix OneTouch tests to use Python's own mock, and leverage absl-py.Diego Elio Pettenò2017-12-281-48/+21
* LifeScan devices: move lifescan_common to the support directory.Diego Elio Pettenò2017-01-161-4/+4
* Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2016-03-021-1/+1
* otultra2: move checksum function within otultra2 driver.Diego Elio Pettenò2014-01-291-0/+8
* Fix style for tests.Diego Elio Pettenò2013-09-291-32/+31
* test_otultra2: factor out setting of returned serial string.Diego Elio Pettenò2013-08-101-9/+9
* Relicense everything under MIT license.Diego Elio Pettenò2013-08-031-1/+1
* Implement the correct checksum algorithm.Diego Elio Pettenò2013-08-031-1/+1
* Add support for checksum verification for the otultra2 driver.Diego Elio Pettenò2013-08-031-4/+19
* Update function names to follow PEP8.Diego Elio Pettenò2013-08-031-4/+4
* Add utf-8 encoding specification to all files.Diego Elio Pettenò2013-08-031-0/+1
* test_otultra2: add header.Diego Elio Pettenò2013-08-031-0/+7
* Initial import of the raw data.Diego Elio Pettenò2013-08-031-0/+48