summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_python3.py
Commit message (Expand)AuthorAgeFilesLines
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-19/+19
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-131-10/+10
* Add a new error for the Python 3 porting checker, `import-star-module-level`.Claudiu Popa2015-06-251-0/+10
* Remove trailing whitespace.Claudiu Popa2015-05-071-1/+1
* Add a new warning for the Python 3 porting checker, 'using-cmp-argument'.Claudiu Popa2015-02-281-0/+13
* Don't emit not-iterating warnings when the builtin is used in an unpacking.Claudiu Popa2015-02-211-0/+18
* Fix a false positive with dict and not-iterating warnings.Claudiu Popa2015-02-211-3/+7
* Remove visit_discard for map-builtin-not-iterating, since it is already caugh...Claudiu Popa2015-02-211-10/+0
* Use __() in tests to extract the node instead of #@ plus some fidgetingBrett Cannon2015-02-201-7/+2
* merge with defaultBrett Cannon2015-02-201-10/+120
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+301