summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python2/data/module.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of logilab.common.shellutils in test data.Florian Bruhin2015-07-251-1/+1
| | | | | Instead of logilab.common.shellutils.ProgressBar we use astroid.node_classes.Name now.
* Fix failing tests.Claudiu Popa2015-06-021-5/+5
|
* Fixed syntax errors in Python 3.Omer Katz2015-06-011-5/+5
|
* Merge all test data into a single package per Python version.Torsten Marek2014-11-091-0/+89
Also modernized a lot of test code. This makes it possible to run the tests from both the base directory of the project as well as the astroid package. Since the packages have the same name for Python 2 and 3, there is less version-dependent code in the tests.