summaryrefslogtreecommitdiff
path: root/astroid/brain/py2pytest.py
Commit message (Collapse)AuthorAgeFilesLines
* return AstroidBuilder() value in py2pytest.pypytest-fails-register-module-extenderJeff Quast2014-11-211-1/+1
| | | | | | This closes issue #55. function pytest_transform() fails to return any value, causing NoneType exception in register_module_extender().
* Simplify & generalize code for module extenders.Torsten Marek2014-11-151-23/+4
|
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+50
python setup.py develop now works.