| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* Remove the __main__ blocks as the tests should not be executable by
themselves.
* Use absltest everywhere instead of a mixture of unittest/absltest (via
parameterized).
* Only modify import path once.
* Cleanup pylint warnings, by disabling those that are not useful, and
fixing those that are.
|
| |
|
|
|
|
|
| |
This would have found an extra bug that was pushed unfixed after enum
conversion, and two bugs that I did find during the conversion.
|
|
|
|
| |
This ensures the tests run independently instead of failing at the first mistake.
|
|
|
|
|
| |
This was mixing up the units in the conversion. While fixing the bug,
remove the confusing two-parameter form of convert_glucose_unit.
|
|
|
|
| |
This makes the code more idiomatic and less brittle.
|
| |
|
|
|
|
|
| |
There is no reason for me to use GPLv3 now that I'm not using the
CRC32-Sick code, so I'll go with the most liberal license out there.
|
| |
|
| |
|
|
|