summaryrefslogtreecommitdiff
path: root/tests/functional/a/assert_on_tuple.py
Commit message (Collapse)AuthorAgeFilesLines
* Update assert-on-tuple for any populated tuple (#7468)Dani Alcala2022-09-191-5/+5
| | | | Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-1/+1
| | | | | Co-authored-by: Sam M W <smw@alertergroup.co.uk> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-1/+1
| | | | | | | * Move ``misplaced-comparison-constant`` to optional extension * Update functional tests to increase coverage Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+11
e/example_functional_tests.py Permit to navigate in the functional tests easier.