summaryrefslogtreecommitdiff
path: root/tests/functional/s
Commit message (Expand)AuthorAgeFilesLines
* 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