summaryrefslogtreecommitdiff
path: root/tests/functional/t
Commit message (Expand)AuthorAgeFilesLines
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-304-8/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniƫl van Noord2021-08-301-1/+1
* Limit the dataclasses tests to python 3.7Pierre Sassoulas2021-08-164-19/+21
* Additional tests for PyCQA/astroid#1126David Liu2021-08-162-1/+20
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-283-0/+44
* Add regression test TypedDict not-callable (#4717)Marc Mueller2021-07-191-0/+6
* Add a regression test following issue #4610Pierre Sassoulas2021-06-291-1/+8
* Add a test for too-many-statements when modified by configurationPierre Sassoulas2021-06-173-3/+14
* Moved typing extension testsMarc Mueller2021-06-1018-463/+0
* Add regression test for no-member with generic base class (#4471)Marc Mueller2021-05-301-1/+19
* Customize arguments-differ error messages (#4422)Konstantina Saketou2021-05-051-1/+1
* Fix too-many-ancestorsMarc Mueller2021-04-282-2/+23
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-2418-0/+463
* Update ``astroid`` to 2.5.3 (#4334)Marc Mueller2021-04-102-0/+16
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0734-0/+2778
* Exempt TypedDict from too-few-public-methods checkMarc Mueller2021-03-061-1/+1
* Fix test for astroid updateMarc Mueller2021-02-283-6/+10
* Fix TypedDict inherit-non-class false-positive Python 3.9+Marc Mueller2021-02-152-0/+20
* Add column to the information checked for functional testsPierre Sassoulas2021-01-248-29/+29
* Add rule raise-missing-fromRam Rachum2020-06-221-1/+1
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-034-4/+4
* Remove bad-whitespace disabling in all codePierre Sassoulas2020-05-031-1/+1
* Remove bad-continuation disabling in all codePierre Sassoulas2020-05-021-1/+1
* Fix false-negative cases for trailing-comma-tupleYang Yang2020-04-192-1/+15
* ``no-self-use`` is no longer emitted for typing stubs.Claudiu Popa2020-03-071-1/+15
* Fix simple typo: tenrary -> ternary (#3238)Tim Gates2019-11-111-1/+1
* [functional tests] Move test starting by too to their dirPierre Sassoulas2019-09-1034-2727/+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-1057-0/+3053