new autotestdict.{cdef,all} directives that put cdef and non-doctest docstrings into...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 3 Nov 2010 09:20:29 +0000 (10:20 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 3 Nov 2010 09:20:29 +0000 (10:20 +0100)
commitee3e8d260f9fb7f31d4beb48548ccbd55f80e274
tree7dbfbb96ba6722b7639ea670ee4766661aebac05
parent86a3c4d74163b23734f65f460ec8a11d37f479ad
new autotestdict.{cdef,all} directives that put cdef and non-doctest docstrings into __test__, skip non-doctest docstrings by default

--HG--
rename : tests/run/autotestdict.pyx => tests/run/autotestdict_all.pyx
rename : tests/run/autotestdict.pyx => tests/run/autotestdict_cdef.pyx
Cython/Compiler/AnalysedTreeTransforms.py
Cython/Compiler/Options.py
tests/run/autotestdict.pyx
tests/run/autotestdict_all.pyx [new file with mode: 0644]
tests/run/autotestdict_cdef.pyx [new file with mode: 0644]
tests/run/autotestdict_skip.pyx