summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Add regression test from #2306 (#4570)Andrew Haigh2021-06-161-0/+11
* Add regression tests for Enum.name and .value inference (#4558)Andrew Haigh2021-06-161-0/+19
* Add test case from issue #119 for easier resolutionPierre Sassoulas2021-06-142-0/+26
* Fix error with slice as subscript for dictMarc Mueller2021-06-132-0/+2
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-123-0/+2
|\
| * Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-123-0/+2
* | Move remaining extension fixturesMarc Mueller2021-06-109-0/+0
* | Renamed code_style extension testMarc Mueller2021-06-103-0/+0
* | Moved typing extension testsMarc Mueller2021-06-1018-0/+0
|/
* Revert "Fix existing tests"Marc Mueller2021-06-1012-43/+43
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-103-0/+2
* Change to consider-using-tupleMarc Mueller2021-06-104-9/+9
* Fix existing testsMarc Mueller2021-06-1012-43/+43
* Add new checker consider-using-tuple-iteratorMarc Mueller2021-06-102-0/+33
* Implemented new checker await-outside-async (#4514)yushao22021-06-093-0/+34
* Add regression test for Pattern Matching 3.10 (#4550)Marc Mueller2021-06-072-0/+26
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-023-10/+10
* Add test cases to unused-variable message (#4540)Konstantina Saketou2021-06-022-1/+56
* Add new checker invalid-all-formatMarc Mueller2021-06-014-0/+16
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-312-0/+79
* Fix false-positive assigning-non-slot with typing.Generic base (#4522)Marc Mueller2021-05-303-0/+21
* Additional regression tests for PyCQA/astroid#940 (#4473)Andrew Haigh2021-05-304-0/+67
* Add regression tests of inference of implicit None return (#4428)Andrew Haigh2021-05-304-2/+22
* Add regression tests of instance attribute inference on builtins.object (#4348)Andrew Haigh2021-05-302-0/+21
* Add regression test for no-member with generic base class (#4471)Marc Mueller2021-05-301-1/+19
* Fix warning expected on logger class created from renamed importPierre Sassoulas2021-05-292-2/+4
* Fix invalid value returned in lenPierre Sassoulas2021-05-293-1/+9
* Added deprecated decorators check (#4513)Matus Valo2021-05-277-8/+34
* Minor refactoring of ``tests/functional/a`` directory (#4515)yushao22021-05-2619-0/+0
* Implemented new checker invalid-class-object (#4510)yushao22021-05-2633-0/+20
* Fixed false negative of consider-using-enumerate on attributes (#4508)yushao22021-05-262-0/+13
* Fixed false-positive on ``unused-private-member`` (#4507)yushao22021-05-251-0/+12
* Added suggestion in helptext for ``unnecessary-comprehension`` checker (#4500)yushao22021-05-252-9/+27
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-256-4/+67
* Add list literal check to using-constant-test. (#4502)David Liu2021-05-242-10/+21
* Implemented new check consider-using-from-import (#4491)yushao22021-05-233-9/+15
* Implemented new check unnecessary-dict-index-lookup (#4485)yushao22021-05-232-0/+86
* Implemented new check use-maxsplit-arg (#4469)yushao22021-05-222-0/+105
* Create new error arguments-renamed (#4467)Konstantina Saketou2021-05-177-56/+138
* Consider using with no assign (#4476)DudeNr332021-05-176-25/+39
* Fix issues with Python 3.6.0 (#4446)Peter Kolbus2021-05-125-55/+62
* Add sys.version_info guard to import-error (#4468)Marc Mueller2021-05-121-0/+9
* Implemented new check consider-using-dict-items (#4445)yushao22021-05-112-0/+101
* Update regression tests for PyCQA/astroid#940 (#4466)Andrew Haigh2021-05-111-2/+2
* Fix additional test caseMarc Mueller2021-05-111-2/+2
* Remove type check from arguments-differ (#4456)Marc Mueller2021-05-103-29/+62
* Issue 4430 false positive consider-using-with R1732 (#4453)DudeNr332021-05-094-29/+74
* Customize arguments-differ error messages (#4422)Konstantina Saketou2021-05-055-36/+40
* Add new warning ``deprecated-class`` #4388 (#4419)victor2021-04-303-0/+17
* Fix too-many-ancestorsMarc Mueller2021-04-282-2/+23