summaryrefslogtreecommitdiff
path: root/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-213/+0
| | | | python setup.py develop now works.
* Convert the unittests to run directly with Python 3, and stop running 2to3 ↵Torsten Marek2014-11-061-0/+31
| | | | on install.
* pylint source codeSylvain Thénault2014-07-251-3/+3
|
* Fix a wrong variable name in test_utils.pyTorsten Marek2013-11-031-3/+2
|
* Allow selecting several statements/expressions in test_utils.extract_node.Torsten Marek2013-06-201-29/+38
|
* Added the test_utils module for building ASTs and extracting deeply nested ↵Torsten Marek2013-06-181-0/+174
nodes for easier testing.