summaryrefslogtreecommitdiff
path: root/tests/functional/a
Commit message (Expand)AuthorAgeFilesLines
* Implemented new checker await-outside-async (#4514)yushao22021-06-093-0/+34
* Fix false-positive assigning-non-slot with typing.Generic base (#4522)Marc Mueller2021-05-303-0/+21
* Add regression tests of inference of implicit None return (#4428)Andrew Haigh2021-05-302-2/+2
* Minor refactoring of ``tests/functional/a`` directory (#4515)yushao22021-05-2619-0/+0
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-251-1/+1
* Create new error arguments-renamed (#4467)Konstantina Saketou2021-05-177-56/+138
* Remove type check from arguments-differ (#4456)Marc Mueller2021-05-103-29/+62
* Customize arguments-differ error messages (#4422)Konstantina Saketou2021-05-054-35/+39
* Fix false-positive used-before-assignment in function returnsMarc Mueller2021-04-072-13/+19
* Allow protected-access in class methods (#4267)James Sinclair2021-04-012-0/+119
* Improve handling of assignment expressionsMarc Mueller2021-03-262-3/+25
* Remove txt file during update for functional test without outputPierre Sassoulas2021-03-171-3/+0
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-171-0/+3
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-175-11/+10
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-092-2/+2
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-091-1/+1
* Migrate func_typecheck_callfunc_assigment.py to new functional testsPierre Sassoulas2021-03-072-0/+64
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-077-0/+98
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0711-0/+0
* Fix issue with nested PEP 604 syntaxMarc Mueller2021-02-165-25/+44
* Remove six dependency from test suiteDavid Gilman2021-02-161-4/+1
* Fix multiple false positives with assignment expressionsMarc Mueller2021-02-153-0/+63
* Add check for alternative union syntax - PEP 604Marc Mueller2021-02-158-0/+285
* Remove unnecessary " inside functional testPierre Sassoulas2021-01-241-1/+1
* Add column to the information checked for functional testsPierre Sassoulas2021-01-2418-122/+122
* Add test for anomalous-backslash-in-string.Matthew Suozzo2021-01-042-0/+27
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-291-0/+0
* Address the super violations in the codebaseClaudiu Popa2020-05-053-8/+8
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-0312-12/+12
* Fix overzealous `arguments-differ` for variadicsmattlbeck2020-03-274-15/+49
* Recognize classes that explicitly inherit from `ABC` or define `metaclass=ABC...Slavfox2020-03-242-16/+35
* Adjust assert-on-string-literal to take in consideration empty strings (#3403)Claudiu Popa2020-02-122-0/+2
* Add a check for asserts on string literals (#3346)Anubhav2020-01-142-0/+4
* No longer emit ``assignment-from-no-return`` when a function only raises an e...Claudiu Popa2019-11-171-0/+25
* Allow signature mutators to be verified against the name as well as qualified...Claudiu Popa2019-09-232-1/+19
* Removed Python 2 specific checksClaudiu Popa2019-09-179-221/+0
* [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-1053-0/+1749