summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test-requirements: add some minimum version specifications.Diego Elio Pettenò2018-07-241-3/+3
|
* construct-code is (almost) uptodateArkadiusz Bulski2018-03-171-1/+1
|
* construct: the construct API is significantly unstable, fix to 2.8.22 only.Diego Elio Pettenò2018-02-111-1/+1
| | | | | This still is required to fix Issue #38, but luckily it's just a test failure for now.
* Until Issue #38 is fixed, expect construct 2.8, and not 2.9.Diego Elio Pettenò2018-02-111-1/+1
| | | | | | The API changed in slightly incompatible ways so I'll have some work to make sure this works on both versions (and that there is some test around it, possibly).
* otultraeasy: factor out the construct Timestamp implementation.Diego Elio Pettenò2018-01-011-0/+1
| | | | | | | This adds tests to ensure this works right in the general case, so that it can be used with different parameters. The adapter will be reused in the otverio2015 driver.
* Use pytest to run testsMuhammad Kaisar Arkhan2017-12-301-0/+4
Closes https://github.com/Flameeyes/glucometerutils/issues/34