]> granicus.if.org Git - python/commit
Skip a test correctly for the C-version. The decorator doesn't really work
authorEli Bendersky <eliben@gmail.com>
Sun, 30 Dec 2012 14:27:56 +0000 (06:27 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 30 Dec 2012 14:27:56 +0000 (06:27 -0800)
commit52280c427af94d53f1f8278807b2cc106b92f068
tree71499b06a0427b79efabf3917ba759979125dfa0
parent7ec45f7a360414f4b1b04cf196749db4069649da
Skip a test correctly for the C-version. The decorator doesn't really work
because it evaluates its condition before pyET is even set by test_main.
Therefore, the check it moved to "runtime".
Lib/test/test_xml_etree.py