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