summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_pyreverse_inspector.py
Commit message (Expand)AuthorAgeFilesLines
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-1/+1
* Use astroid.YES instead of using it from astroid.bases (it was moved anyway)Claudiu Popa2015-08-111-1/+1
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-131-1/+2
* Fix failing test, due to how tox (or drone.io) works: there are multiple copi...Claudiu Popa2015-07-031-10/+2
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-2/+66
* Import astroid inspector to pyreverse.inspector.Claudiu Popa2015-06-171-0/+79