summaryrefslogtreecommitdiff
path: root/test/unittest_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix names grabed using wildcard import in "absolute import mode"Sylvain Th?nault2014-07-241-0/+8
* backport (most of) logilab.common.modutils and related tests into astroid itselfSylvain Th?nault2014-07-231-1/+1
* test: stop using logilab.common.shellutils.ExecuteJulien Cristau2014-02-031-14/+14
* All class nodes are marked as new style classes for Py3k, closes #12.cpopa2014-01-161-1/+4
* Fix `as_string` for one element tuples.cpopa2013-12-271-0/+9
* rename the project astroidDavid Douard2013-06-171-53/+53
* as_string/repr_tree code cleanup: enhance the doc a bit + regroup codeSylvain Th?nault2013-04-111-9/+9
* [test] use @require_version when possibleSylvain Th?nault2013-03-291-4/+2
* unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINSSylvain Th?nault2013-03-281-6/+5
* reintroduce spaces necessary for test_module_as_stringSylvain Th?nault2013-03-281-1/+5
* [test] fix unittest2 deprecation warningsSylvain Th?nault2012-11-161-16/+16
* py3k test fixes. Closes #109988Sylvain Th?nault2012-11-161-15/+1
* test and fix absolute import handling. Closes #106191Sylvain Th?nault2012-10-051-1/+12
* Fix python 3 crash on importing from a non existing module. Closes #83749FELD Boris2012-07-311-0/+28
* py3k: __builtin__ module renamed to builtins, we should consider this to prop...Sylvain Th?nault2011-07-081-16/+16
* performance : a little cash for visit methodsEmile Anclin2010-12-141-1/+0
* test assignement to True and yield; fix yield as_stringEmile Anclin2010-12-091-1/+24
* as_string: fix explicit relative imports; add testEmile Anclin2010-12-081-0/+6
* tests: move general as_string tests out of ImportNodeTCEmile Anclin2010-12-081-47/+50
* py3k: skip wrong line number related to python bugEmile Anclin2010-12-061-1/+5
* cleanup: remove python < 2.5 supportEmile Anclin2010-11-101-2/+0
* py3k: test new as_string methodsEmile Anclin2010-11-021-0/+25
* python2.7: test and fix as_string methodsEmile Anclin2010-11-021-0/+10
* as_string: fix callfunc and test module2.py returned identicallyEmile Anclin2010-10-281-2/+5
* as_string: check that data/module.py is returned identically; fix testsEmile Anclin2010-10-281-7/+8
* make tests independent from current working directoryEmile Anclin2010-10-211-1/+5
* fix: ExceptHandler.name can be a Tuple in py2.xEmile Anclin2010-10-181-1/+15
* move "nodes_as_string.py" to "as_string.pyEmile Anclin2010-10-111-1/+1
* py3k: a lot of simple fixesEmile Anclin2010-10-071-1/+1
* py3k : make all code snipets Python3k compatibleEmile Anclin2010-10-071-12/+12
* update to unittest2 apilogilab-astng-version-0.20.3Sylvain Th?nault2010-09-281-43/+43
* proper licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-0/+19
* more license updatesSylvain Th?nault2010-04-261-3/+3
* bugfix compiler: add Delete node on Subscript nodes if we are in a del contextEmile Anclin2010-04-081-0/+19
* test and fix line numbering + block_range for try:except:finally:sylvain thenault2009-04-081-2/+39
* cleanupsylvain thenault2009-03-191-1/+0
* add some delete slice/subscript testEmile Anclin2009-03-191-1/+2
* test Ellipsis nodesylvain thenault2009-03-181-0/+6
* more slice testsylvain thenault2009-03-181-1/+1
* oopssylvain thenault2009-03-181-1/+1
* test slice nodessylvain thenault2009-03-181-1/+8
* test and fix Arguments line numbering with py2.4sylvain thenault2009-03-181-0/+16
* fix NoneType representationsylvain thenault2009-03-131-1/+31
* test and fix (no crash at least) block_range methodssylvain thenault2009-03-051-13/+57
* use logilab.common.testlibEmile Anclin2009-03-041-7/+5
* modify test for If nodeEmile Anclin2009-03-041-49/+11
* some small corrections on as_string usage and testsEmile Anclin2009-02-201-1/+7
* use AsStringVisitor for testsEmile Anclin2009-02-181-4/+7
* fix If node bug; more exhaustif testEmile Anclin2009-02-021-1/+25
* testcase for if.nodeEmile Anclin2009-02-021-2/+56