summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-24test-requirements: add some minimum version specifications.Diego Elio Pettenò1-3/+3
2018-03-17construct-code is (almost) uptodateArkadiusz Bulski1-1/+1
2018-02-11construct: the construct API is significantly unstable, fix to 2.8.22 only.Diego Elio Pettenò1-1/+1
This still is required to fix Issue #38, but luckily it's just a test failure for now.
2018-02-11Until Issue #38 is fixed, expect construct 2.8, and not 2.9.Diego Elio Pettenò1-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).
2018-01-01otultraeasy: factor out the construct Timestamp implementation.Diego Elio Pettenò1-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.
2017-12-30Use pytest to run testsMuhammad Kaisar Arkhan1-0/+4
Closes https://github.com/Flameeyes/glucometerutils/issues/34