summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python3/data/module.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace the use of print in python3/data/module.py, since it complicates the ↵Claudiu Popa2015-10-221-5/+3
| | | | testing of as_string.
* Fix SyntaxError on Python 2 for print functionuse_print_functionJohn Vandenberg2015-10-191-0/+1
|
* 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.
* 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.