Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flake8 to configuration and pre-commit. | Diego Elio Pettenò | 2020-03-26 | 1 | -0/+5 |
| | |||||
* | Move static descriptions to `setup.cfg` simplifying `setup.py`. | Diego Elio Pettenò | 2020-03-25 | 1 | -0/+23 |
| | | | | | This removes a number of fixed strings from the Python side of the setup, and prefers referencing the `README.md` file by name. | ||||
* | Move tests to be organized within the source directory. | Diego Elio Pettenò | 2020-03-16 | 1 | -2/+0 |
| | | | | | This should simplify maintaining the tests in the long run, and allows mypy to more thoroughly check for types. | ||||
* | Use pytest to run tests | Muhammad Kaisar Arkhan | 2017-12-30 | 1 | -0/+15 |
Closes https://github.com/Flameeyes/glucometerutils/issues/34 |