summaryrefslogtreecommitdiff
path: root/tests/functional/m
Commit message (Expand)AuthorAgeFilesLines
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-013-4/+5
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-305-6/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-061-1/+1
* Remove match-crash-4685 testMarc Mueller2021-07-192-65/+0
* Add a functional tests for 4685Pierre Sassoulas2021-07-192-0/+65
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-251-1/+1
* Update regression tests for PyCQA/astroid#940 (#4466)Andrew Haigh2021-05-111-2/+2
* Fix additional test caseMarc Mueller2021-05-111-2/+2
* Merge the two tests for use-symbolic-message-insteadPierre Sassoulas2021-03-172-24/+0
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-172-8/+16
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-173-2/+3
* Migrate func_module___dict__.py to new functional testsPierre Sassoulas2021-03-142-0/+10
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-092-1/+4
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-071-0/+20
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0739-0/+0
* Fix false-positive no-member for typed annotations without default valueMarc Mueller2021-03-062-0/+26
* Fix False positive on Enum.__members__.items() (#4135)Ikraduya Edian2021-02-271-0/+14
* Remove tests that only run pre-Python 3.6David Gilman2021-02-166-63/+0
* Remove six dependency from test suiteDavid Gilman2021-02-162-22/+21
* Add column to the information checked for functional testsPierre Sassoulas2021-01-2423-97/+97
* Remove functional test for message manager by idPierre Sassoulas2020-12-311-5/+0
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-293-3/+0
* Add check for enums name styleへーさん2020-10-132-3/+3
* Add rule raise-missing-fromRam Rachum2020-06-221-1/+1
* ``missing-kwoa`` is no longer emitted when dealing with overload functions (#...Claudiu Popa2020-06-092-4/+41
* Address the super violations in the codebaseClaudiu Popa2020-05-054-5/+5
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-0313-13/+10
* Remove tests related to mixed-indentationPierre Sassoulas2020-05-032-12/+0
* Fix a crash in `method-hidden` lookup for unknown base classesClaudiu Popa2020-04-281-0/+11
* ``missing-*-docstring`` can look for ``__doc__`` assignments.Claudiu Popa2019-12-161-0/+4
* Fixed method-hidden when subclass defines the method (#3206)Ashley Whetter2019-10-302-0/+22
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-171-1/+1
* [missing-x-docstring] Add retro-compatibility functional testsPierre Sassoulas2019-09-104-0/+57
* [missing-docstring] Break down into class, function, and modulePierre Sassoulas2019-09-104-8/+8
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-101-1/+1
* [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-1063-0/+1288