![]() 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. |
||
---|---|---|
.. | ||
allplatformstests.py | ||
baseplatformtests.py | ||
darwintests.py | ||
datatests.py | ||
failuretests.py | ||
helpers.py | ||
internaltests.py | ||
linuxcrosstests.py | ||
linuxliketests.py | ||
machinefiletests.py | ||
pythontests.py | ||
rewritetests.py | ||
subprojectscommandtests.py | ||
taptests.py | ||
windowstests.py |