summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Chore - Move utils.py into its own packagePierre Sassoulas2019-03-091-453/+0
* Refactor - Made the error message predictablePierre Sassoulas2018-12-181-1/+1
* Refactor - get_messages -> get_messages_from_checkerPierre Sassoulas2018-12-181-2/+2
* Reformat the code with blackClaudiu Popa2018-09-171-125/+202
* Update copyright noticesClaudiu Popa2018-07-151-2/+4
* pyupgrade (#2136)Anthony Sottile2018-05-221-2/+2
* Refactor - Better error message for inconsistent checkerPierre Sassoulas2018-05-101-1/+1
* Refactor - Better error message for duplicated msgid or symbolPierre Sassoulas2018-05-101-12/+15
* Remove a couple of sys.version checks that aren't needed any longer on Python 3Claudiu Popa2018-05-091-19/+0
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+8
* Fix line counting for missing-docstring check in combination with docstring-m...ttenhoeve-aa2017-11-111-1/+175
* Use codecs.getreader. (#1658)Anthony Sottile2017-09-171-0/+38
* Remove mentions of deprecated astroid node names (#1485)Ɓukasz Rogalski2017-05-221-2/+2
* Removed setup and teardown functions.Derek Gustafson2016-12-081-123/+73
* Remove pytest.main calls.Derek Gustafson2016-12-071-4/+0
* Reduce dependency on unittestDerek Gustafson2016-12-061-46/+36
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-39/+40
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+5
* Better input validation in register_messages to avoid overwrites.Glenn Matthews2016-07-191-0/+143
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-13/+3
* Merge branch '2.0'Claudiu Popa2016-02-161-11/+1
|\
* | Add the ability to ignore files based on regex matching.Aru Sahni2016-01-091-0/+12
|/
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-4/+35
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-131-2/+3
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+62