summaryrefslogtreecommitdiff
path: root/typing_stubs.py
Commit message (Collapse)AuthorAgeFilesLines
* 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