summaryrefslogtreecommitdiff
path: root/typing_stubs.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Fix location of typing_stubs moduleBen Gamari2019-12-021-13/+0
| | | | This should fix the build on Debian 8.
* testsuite: A major revamp of the driverBen Gamari2019-06-251-0/+13
This tries to put the testsuite driver into a slightly more maintainable condition: * Add type annotations where easily done * Use pathlib.Path instead of str paths * Make it pass the mypy typechecker