summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix existing tests"Marc Mueller2021-06-1013-44/+44
* 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-1013-44/+44
* Fix existing codeMarc Mueller2021-06-106-13/+13
* 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
* Improve traceback for pytest runsMarc Mueller2021-06-071-1/+2
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-023-10/+10
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-021-1/+5
* 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-278-8/+87
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-271-11/+23
* 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-257-4/+91
* Add list literal check to using-constant-test. (#4502)David Liu2021-05-242-10/+21
* Multiple `output-format` support (#4492)ruro2021-05-241-0/+178
* Bump pyupgrade from 2.16.0 to 2.18.1 (#4496)dependabot[bot]2021-05-241-4/+2
* Implemented new check consider-using-from-import (#4491)yushao22021-05-234-10/+16
* 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
* Add ignore_signatures to similarity checker (#4474)Aditya Gupta2021-05-173-0/+64
* Create new error arguments-renamed (#4467)Konstantina Saketou2021-05-177-56/+138
* Consider using with no assign (#4476)DudeNr332021-05-177-26/+41
* 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 tests/test_funcMarc Mueller2021-05-111-1/+1
* Fix additional test caseMarc Mueller2021-05-111-2/+2
* Strangely a new legacy test case appeared ?Pierre Sassoulas2021-05-111-1/+1
* Fix test failing because python 10 got betterPierre Sassoulas2021-05-111-2/+4
* 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
* Add Deprecated Class unittests (#4448)Matus Valo2021-05-081-0/+55
* Fix broken tests (#4450)Marc Mueller2021-05-071-9/+13