Jon Turney
|
630cfd84ad
|
Update dircondenser.py tool to update paths in test.json as well
Update dircondenser.py tool to update paths appearing in the expected
stdout in test.json when the containing directory is renamed.
|
2020-04-30 20:41:36 +01:00 |
Daniel Mensinger
|
09b53c534f
|
types: import typing as T (fixes #6333)
|
2020-01-08 15:28:17 +01:00 |
Michael Hirsch, Ph.D
|
6e708208dd
|
CI: add initial type annotation checking
|
2019-11-07 22:18:21 +02:00 |
Jon Turney
|
b338add554
|
Fix flake8 whitespace reports
$ flake8 | grep -E '(E203|E221|E226|E303|W291|W293)'
./mesonbuild/build.py:964:5: E303 too many blank lines (2)
./tools/dircondenser.py:70:36: E221 multiple spaces before operator
|
2018-09-13 20:33:17 +03:00 |
Jussi Pakkanen
|
10a07ebf70
|
Add script to condense test directory names.
|
2018-07-31 19:17:49 +03:00 |