summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checkers_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-379/+0
* Fix - Move checker.utils tests into their dedicated unittestPierre Sassoulas2019-03-291-0/+192
* Don't recurse in inherit_from_std_exNathan Marrow2019-03-221-0/+15
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+1
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-041-0/+23
* Reformat the code with blackClaudiu Popa2018-09-171-31/+43
* Fix some typosClaudiu Popa2018-08-221-6/+3
* Fix is_subclass_of when one param is not ClassDefCaio Carrara2018-08-221-0/+36
* Do not emit *-builtin for Python 3 builtin checks when the builtin is used in...Claudiu Popa2018-08-011-1/+1
* Make node_ignores_exception consider bare except clauses as wellClaudiu Popa2018-08-011-1/+1
* Update copyright noticesClaudiu Popa2018-07-151-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+5
* Fix PCManticore concerns.Derek Gustafson2016-12-141-1/+1
* Parametrized testsDerek Gustafson2016-12-081-18/+34
* Remove pytest.main calls.Derek Gustafson2016-12-071-5/+0
* Reduce dependency on unittestDerek Gustafson2016-12-061-74/+69
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-23/+24
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+3
* 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-9/+9
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Don't consider bare and broad except handlers as ignoring NameError,Claudiu Popa2016-02-261-4/+4
* Remove features in 1.6.0 which were scheduled for removal.Claudiu Popa2015-12-171-26/+0
* Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-081-1/+1
* Simplify error_of_type by using ExceptHandler.catch.Claudiu Popa2015-07-051-0/+3
* Add tests for node_ignores_exception.Claudiu Popa2015-05-171-0/+24
* error_of_type can support multiple exceptions for the error_type parameter.Claudiu Popa2015-05-171-0/+14
* Remove redundant test.Claudiu Popa2015-05-161-11/+0
* Fix some pylint issues.Claudiu Popa2015-05-161-5/+3
* Add a new function, error_of_type, which verifies that an exception handler i...Claudiu Popa2015-05-161-0/+29
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+71