summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_base.py
Commit message (Expand)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-528/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-0/+1
* Don't suggest identity check against the interpreter's True or False builtin ...Claudiu Popa2018-09-291-20/+4
* Reformat the code with blackClaudiu Popa2018-09-171-116/+207
* Update copyright noticesClaudiu Popa2018-07-151-1/+3
* Fix typo in base checker unit test (#2093)Fureigh2018-05-141-1/+1
* Don't report docstrings on inner functions. (#1987)glmdgrielson2018-04-021-0/+11
* Rip some version guards from tests, we always run on Python 3Claudiu Popa2018-01-251-30/+0
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+7
* Fix line counting for missing-docstring check in combination with docstring-m...ttenhoeve-aa2017-11-111-0/+24
* Use predefined sets of naming styles instead of explicit regexps (#1046)Łukasz Rogalski2017-09-201-30/+84
* Fix the naming style test as wellClaudiu Popa2017-08-091-9/+15
* Improve assign-to-new-keyword checker (#1504)Łukasz Rogalski2017-06-021-0/+28
* assign-to-new-keyword (#1386)Łukasz Rogalski2017-04-131-0/+34
* Spelling fixes (#1397)Ville Skyttä2017-04-021-1/+1
* Remove pytest.main calls.Derek Gustafson2016-12-071-6/+0
* Reduce dependency on unittestDerek Gustafson2016-12-061-6/+7
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+6
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Use astroid.extract_node instead of test_utils.extract_nodeClaudiu Popa2016-06-291-22/+21
* Made list of property-like decorators configurable. (#942)Yannack2016-06-201-1/+10
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-0/+3
* Merge heads.Claudiu Popa2015-10-261-13/+22
|\
| * add a new rule looking for yoda conditionsLaura Médioni2015-10-151-13/+22
* | Move iterable checker to typecheck module and alter inference strategyDmitry Pribysh2015-10-081-144/+0
* | Alter inference strategy in iterable/mapping checkerDmitry Pribysh2015-10-071-23/+2
* | Improve iterable inference and add more unit tests for iterable checkerDmitry Pribysh2015-10-061-6/+48
* | Add iterable checking for all types of comprehensions.Dmitry Pribysh2015-10-051-0/+15
* | Add initial version of checker for iterables/mappings.Dmitry Pribysh2015-10-051-0/+107
|/
* Add initial version of comparison checkerDmitry Pribysh2015-10-031-0/+46
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-19/+19
* Cleanup some tests.Claudiu Popa2015-07-131-14/+31
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-131-4/+5
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+233