summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_python3.py
Commit message (Expand)AuthorAgeFilesLines
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+5
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Fix false positive when map() receives iterableTiago Honorato2021-02-201-1/+6
* Fix false positive when zip() receives iterable (#4105)tiagohonorato2021-02-191-0/+6
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-53/+37
* Re-add accidentally removed py3k unittestDavid Gilman2021-02-161-0/+23
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-1/+1
* Sets up copyrighthippo912020-08-201-1/+2
* Rename the new old-style super with super-with-argumentsClaudiu Popa2020-05-051-34/+0
* Add new old-style-super check to flag instances of super with default argumentsFederico Bond2020-05-051-0/+34
* Disable existing fixme in tests so we can check the new onePierre Sassoulas2020-05-011-1/+1
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-011-1/+1
* Remove the 'checker' in moved file namePierre Sassoulas2020-04-271-0/+1155