summaryrefslogtreecommitdiff
path: root/testsuite/driver/my_typing.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: mypy typing error fixesCheng Shao2023-03-301-15/+3
| | | | | This patch fixes some mypy typing errors which weren't caught in previous linting jobs.
* testsuite: Work around spurious mypy failureBen Gamari2020-06-011-1/+1
|
* testsuite: Simplify and clarify performance test baseline searchBen Gamari2019-12-121-2/+2
| | | | | | | The previous implementation was extremely complicated, seemingly to allow the local and CI namespaces to be searched incrementally. However, it's quite unclear why this is needed and moreover the implementation seems to have had quadratic runtime cost in the search depth(!).
* testsuite: Simplify Python <3.5 fallback for TextIOBen Gamari2019-12-021-2/+5
| | | | (cherry picked from commit d092d8598694c23bc07cdcc504dff52fa5f33be1)
* CI: Always dump performance metrics.David Eichmann2019-10-221-6/+1
|
* testsuite: More type checking fixesBen Gamari2019-07-181-0/+5
|
* testsuite: Add more type annotations to perf_notesBen Gamari2019-06-271-0/+2
|
* testsuite: A major revamp of the driverBen Gamari2019-06-251-0/+43
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