meson/unittests
Eli Schwartz e8a85fa8a2
various python neatness cleanups
All changes were created by running

"pyupgrade --py3-only"

and committing the results. Although this has been performed in the
past, newer versions of pyupgrade can automatically catch more
opportunities, notably list comprehensions can use generators instead,
in the following cases:
- unpacking into function arguments as function(*generator)
- unpacking into assignments of the form x, y = generator
- as the argument to some builtin functions such as min/max/sorted

Also catch a few creeping cases of new code added using older styles.
2021-10-04 16:29:30 -04:00
..
allplatformstests.py various python neatness cleanups 2021-10-04 16:29:30 -04:00
baseplatformtests.py compilers/rust: Add support for clippy 2021-09-24 18:48:48 -07:00
darwintests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
datatests.py various python neatness cleanups 2021-10-04 16:29:30 -04:00
failuretests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
helpers.py Split run_unittests.py file 2021-07-26 15:19:13 -04:00
internaltests.py various python neatness cleanups 2021-10-04 16:29:30 -04:00
linuxcrosstests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
linuxliketests.py pkgconfig: pkg-configs version<0.29.1 escape variables incorrectly 2021-09-29 20:16:02 -07:00
machinefiletests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
platformagnostictests.py Add platform agnostic tests 2021-09-21 08:28:26 -04:00
pythontests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
rewritetests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
subprojectscommandtests.py tests: when generating git repositories, make sure that pgpsign is off 2021-09-03 14:14:15 -04:00
taptests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
windowstests.py msvc: Assume UTF8 source by default 2021-09-01 19:26:36 +03:00