meson/unittests
Dylan Baker 4d7031437c pylint: turn on superflous-parens
We have a lot of these. Some of them are harmless, if unidiomatic, such
as `if (condition)`, others are potentially dangerous `assert(...)`, as
`assert(condtion)` works as expected, but `assert(condition, message)`
will result in an assertion that never triggers, as what you're actually
asserting is `bool(tuple[2])`, which will always be true.
2021-08-31 16:28:54 -04:00
..
allplatformstests.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
baseplatformtests.py unittests/base: Allow init method to fail 2021-08-16 16:21:51 -07:00
darwintests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
datatests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -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 environment: correctly handle cpu value aarch64_be 2021-08-30 10:41:12 -07:00
linuxcrosstests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
linuxliketests.py unittests: Ensure that symlink is removed after tests complete 2021-08-20 21:22:55 +03:00
machinefiletests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -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 editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
taptests.py editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
windowstests.py Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate" 2021-08-15 13:18:35 +03:00