summaryrefslogtreecommitdiff
path: root/astroid/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-177/+0
* Convert all files to new license headerCeridwen2016-05-171-0/+3
* Changed the way how parameters are being builtClaudiu Popa2016-02-131-1/+12
* Fix an undefined-variable in extract_node.Claudiu Popa2015-12-111-1/+1
* Enable the warnings in tests through a context managerClaudiu Popa2015-12-111-0/+13
* Change the call to raw_building.ast_from_builtins.Claudiu Popa2015-11-161-2/+1
* Move the bootstrap of the builtins from Manager.clear_cache into testutilsClaudiu Popa2015-11-131-1/+11
* Add helper function for reraising exceptionsCeridwen2015-09-211-5/+4
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-1/+5
* Remove debug statementsCeridwen2015-08-211-6/+0
* Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...Ceridwen2015-07-111-1/+0
* Merge logilab/astroid againCeridwen2015-07-111-17/+1
|\
| * Fix pylint issues.Claudiu Popa2015-07-111-1/+0
| * Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-111-16/+1
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-4/+10
|/
* Merge all test data into a single package per Python version.Torsten Marek2014-11-091-5/+7
* Fix some of the issues around running test discover from the base directory o...Torsten Marek2014-11-091-0/+3
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+213