summaryrefslogtreecommitdiff
path: root/test/unittest_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Update unittest_manager and add some tests for raw_building.py file.AndroWiiid2013-10-291-7/+10
* Add some tests for AstroidManager class in unittest_manager.pyAndroWiiid2013-10-241-20/+104
* rename all astroid_from* method, introduced by sed, into ast_from*Sylvain Th?nault2013-07-241-15/+15
* rename the project astroidDavid Douard2013-06-171-37/+37
* minor cleanups: drop copyright by me, update others to 2013, droip those in d...Sylvain Th?nault2013-03-281-1/+1
* unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINSSylvain Th?nault2013-03-281-5/+5
* [test] fix unittest2 deprecation warningsSylvain Th?nault2012-11-161-6/+4
* test and fix absolute import handling. Closes #106191Sylvain Th?nault2012-10-051-2/+3
* closes #74746: should return empty module when __main__ is importedSylvain Th?nault2011-09-071-0/+5
* clear ast cache to remove test inter-dependancySylvain Th?nault2011-01-111-1/+2
* cleanupSylvain Th?nault2011-01-111-3/+3
* change ASTManager cache attribute to astng_cache so it doesn't sound protecte...Sylvain Th?nault2011-01-111-2/+2
* typo in node_classes; py3k - fix manager test (can't iterate on Project)Emile Anclin2010-12-151-2/+1
* cleanup manager: remove unused Package class, and from_directory methodEmile Anclin2010-12-141-32/+21
* test: fix egg /zip test running togetherEmile Anclin2010-11-241-4/+8
* test: fix yet another cwd dependencyEmile Anclin2010-10-251-1/+1
* make tests independent from current working directoryEmile Anclin2010-10-211-5/+5
* py3k: fix borg testEmile Anclin2010-10-131-2/+2
* ASTNGManager: remove useless "borg=False" optionEmile Anclin2010-10-121-13/+6
* BORG : use the borg pattern for ASTNGManager, not singletonEmile Anclin2010-10-111-1/+25
* py3k: a lot of simple fixesEmile Anclin2010-10-071-4/+5
* py3k: remove has_key methods from unused codeEmile Anclin2010-10-051-1/+1
* update to unittest2 apilogilab-astng-version-0.20.3Sylvain Th?nault2010-09-281-20/+20
* proper licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-0/+19
* add argument to have a non-borg managersylvain thenault2009-03-251-4/+1
* simplier egg, refactor testssylvain thenault2009-03-251-25/+15
* handle zip/egg importsylvain thenault2009-03-241-2/+24
* patch transformer to extract correct line informationSylvain2006-09-251-2/+2
* forget the past.root2006-04-261-0/+70