On Aug 17, 8:23 pm, David House <dmho...@gmail.com> wrote: > > Note that the unittest module now supports the `skip' and > `expectedFailure' decorators, which seem to describe some of the > solutions here. > > Seehttp:// docs.python.org/3.1/library/unittest.html#skipping-tests-and-e... > > -- > -David Yes, indeed! I'm using 2.6 now. It seemed I need to copy untitest.py from 3.1. But the docs.python.org is hell slow from where I am (China), not even working except the title:-( br, Terry
On Mon, Aug 17, 2009 at 8:23 PM, David House <dmho...@gmail.com> wrote: > 2009/8/16 Terry <terry.yin...@gmail.com>: > > Thanks for the solutions. I think the decorator idea is what I'm look > > for:-) > > Note that the unittest module now supports the `skip' and > `expectedFailure' decorators, which seem to describe some of the > solutions here. > > See > http://docs.python.org/3.1/library/unittest.html#skipping-tests-and-expected-failures > > -- > -David > -- ------------------------- Blog: http://terry-yinzhe.spaces.live.com/ twitter: http://twitter.com/terryyin
-- http://mail.python.org/mailman/listinfo/python-list