summaryrefslogtreecommitdiff
path: root/tests/functional/t/ternary.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix a false positive for `simplify-boolean-expression` when multiple values ↵Jacob Walls2022-10-161-7/+25
| | | | | inferred (#7627) Add a keyword-only `compare_constants` argument to `safe_infer`.
* Fix incorrect ``consider-using-ternary`` when condition is inferable as ↵Arianna Y2021-10-291-0/+6
| | | | | | | False (#5227) * Fix incorrect ``consider-using-ternary`` when condition is inferrable as False * Properly infer the condition in old ternary statements and suggest ``simplify-boolean-expression`` over ``consider-using-ternary`` if it is False
* Fix simple typo: tenrary -> ternary (#3238)Tim Gates2019-11-111-1/+1
|
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+33
e/example_functional_tests.py Permit to navigate in the functional tests easier.