summaryrefslogtreecommitdiff
path: root/pylint/test/functional/no_name_in_module.py
Commit message (Expand)AuthorAgeFilesLines
* Check imports are ordered (standard, 3rd party, local) and grouped by packageLaura M?dioni2015-11-091-1/+1
* Get rid of logilab.common.modutils.Florian Bruhin2015-07-261-3/+3
* Improve detection of relative imports in non-packages, as well as importing m...Claudiu Popa2015-07-141-0/+4
* Remove a couple of faulty testsClaudiu Popa2015-07-021-3/+3
* Add new tests for testing node_ignores_exception.Claudiu Popa2015-05-171-0/+6
* Don't emit no-name-in-module for nodes protected by an except clause which ha...Claudiu Popa2015-05-171-1/+11
* Don't emit no-name-in-module if the import is guarded by an ImportError handler.Claudiu Popa2015-05-161-3/+23
* Try to make the tests compatible with both Python 2 and Python 3.Claudiu Popa2015-03-261-5/+5
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+26