summaryrefslogtreecommitdiff
path: root/tests/functional/s
Commit message (Expand)AuthorAgeFilesLines
* Add test to ``superfluous-parens``Daniël van Noord2021-09-021-2/+5
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-012-18/+31
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-015-9/+9
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-3018-19/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-306-6/+6
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-062-3/+4
* Add ``format-string-without-interpolation`` checker (#4794)Daniël van Noord2021-08-044-12/+28
* Fix false positives for ``superfluous-parens`` (#4784)Daniël van Noord2021-08-037-24/+115
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-1/+1
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-251-1/+1
* Consider using with no assign (#4476)DudeNr332021-05-171-1/+1
* Add functional tests for issue #4273Pierre Sassoulas2021-04-012-44/+67
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-171-1/+1
* Move file so there is less files in functional/sPierre Sassoulas2021-03-1410-0/+0
* Migrate func_e12xx.py to new functional testsPierre Sassoulas2021-03-142-0/+34
* Migrate func_e13xx.py (format error) to new functional testsPierre Sassoulas2021-03-142-0/+31
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-092-2/+2
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0724-0/+0
* Remove tests that only run pre-Python 3.6David Gilman2021-02-169-139/+0
* Remove six dependency from test suiteDavid Gilman2021-02-162-8/+4
* Fix functional tests for python 3.6/3.7Pierre Sassoulas2021-01-241-1/+1
* Add column to the information checked for functional testsPierre Sassoulas2021-01-2425-169/+169
* Remove functional test for missing super argumentPierre Sassoulas2020-12-311-1/+0
* Merge branch 'master' into masterGergely Kalmár2020-12-291-0/+1
|\
| * Merge branch 'master' into toward_python39hippo912020-12-291-48/+0
| |\
| * | This test should not be exectuted with python versions above 3.9 becausehippo912020-11-281-0/+1
* | | Add testGergelyKalmar2020-12-291-0/+10
| |/ |/|
* | Remove all empty txt file in functional testsPierre Sassoulas2020-11-291-48/+0
|/
* Fix `super-with-arguments` if no `__class__` cellDavid Cain2020-09-231-0/+8
* Improve lint message for singleton-comparison with boolsethan-leba2020-09-222-9/+18
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-7/+7
* Add simplifiable-condition and condition-evals-to-constant to the refactoring...ethan-leba2020-08-312-0/+48
* Add rule raise-missing-fromRam Rachum2020-06-221-1/+1
* Chore: use https links (#3679)谭九鼎2020-06-112-2/+2
* Address the super violations in the codebaseClaudiu Popa2020-05-052-1/+6
* Rename the new old-style super with super-with-argumentsClaudiu Popa2020-05-054-3/+8
* Add new old-style-super check to flag instances of super with default argumentsFederico Bond2020-05-053-0/+21
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-0314-14/+14
* Fix a false positive of ``self-assigning-variable`` on tuple unpacking.Claudiu Popa2020-03-031-0/+1
* ``safe_infer`` can infer a value as long as all the paths share the same type.Claudiu Popa2019-11-272-2/+1
* Fix the test suite failures on PyPyClaudiu Popa2019-11-181-0/+1
* Disable error that was uncovered by recent astroid changeClaudiu Popa2019-11-171-1/+1
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-092-2/+2
* ``self-assigning-variable`` skips class level assignments.Claudiu Popa2019-09-261-0/+7
* Handle inference ambiguity for ``invalid-format-index``Claudiu Popa2019-09-171-1/+11
* Move a couple of new test files to subdirectoriesClaudiu Popa2019-09-103-0/+3
* [functional tests] Import error must import syntax errorPierre Sassoulas2019-09-103-3/+0
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-101-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-1075-0/+1563