Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-16 | Move tests to be organized within the source directory. | Diego Elio Pettenò | 1 | -0/+3 | |
This should simplify maintaining the tests in the long run, and allows mypy to more thoroughly check for types. | |||||
2018-12-12 | Experimentally start adding type annotations, and mypy configs. | Diego Elio Pettenò | 1 | -0/+14 | |
This cannot currently be added to CI because the lack of `construct` stubs, which cause "unsupported left operands" for /-constructed structs. |