| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace the use of print in python3/data/module.py, since it complicates the ↵ | Claudiu Popa | 2015-10-22 | 1 | -5/+3 |
| | | | | | testing of as_string. | ||||
| * | Fix SyntaxError on Python 2 for print functionuse_print_function | John Vandenberg | 2015-10-19 | 1 | -0/+1 |
| | | |||||
| * | Get rid of logilab.common.shellutils in test data. | Florian Bruhin | 2015-07-25 | 1 | -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 Marek | 2014-11-09 | 1 | -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. | |||||
