summaryrefslogtreecommitdiff
path: root/tests/functional/i/implicit/implicit_str_concat.py
Commit message (Collapse)AuthorAgeFilesLines
* Flag `superfluous-parens` if parentheses are used during string ↵Dani Alcala2022-11-131-1/+1
| | | | concatenation (#7752)
* Prepare the functional test for #6444Pierre Sassoulas2022-05-021-1/+3
| | | | And small refactor to the code
* Resolve false negative for implicit str concat inside callsPierre Sassoulas2022-05-021-3/+13
| | | | Closes #6441
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-061-1/+1
| | | | | | * Add ``redundant-u-string-prefix`` checker This adds a checker for u-prefixes for strings, as used in Python 2. It only work in python 3.8 and above. Closes #4102
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-071-0/+31