Tests!
authorMark Florisson <markflorisson88@gmail.com>
Wed, 27 Oct 2010 22:23:28 +0000 (00:23 +0200)
committerMark Florisson <markflorisson88@gmail.com>
Wed, 27 Oct 2010 22:23:28 +0000 (00:23 +0200)
commitf1e63d52189d9bfe148e420185cc864e6bdfc240
treedae35f9aee0387e42fd612008f90f61424507a38
parent1f4dc2f4c836a17c30ac0d07169136685cd2dd98
Tests!
(run: python runtests.py Cython.Tests.TestStringIOTree \
                         Cython.Debugger.Tests.TestLibCython \
                         Cython.Compiler.Tests.TestParseTreeTransforms)

--HG--
rename : Cython/Debugger/cygdb.py => Cython/Debugger/Cygdb.py
13 files changed:
Cython/Compiler/Main.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Tests/TestParseTreeTransforms.py
Cython/Debugger/Cygdb.py [moved from Cython/Debugger/cygdb.py with 76% similarity]
Cython/Debugger/Tests/TestLibCython.py [new file with mode: 0644]
Cython/Debugger/Tests/__init__.py [new file with mode: 0644]
Cython/Debugger/Tests/test_libcython_in_gdb.py [new file with mode: 0644]
Cython/Debugger/libcython.py
Cython/Debugger/libpython.py
Cython/StringIOTree.py
bin/cygdb
cygdb.py
runtests.py