Failing unittest Test cases

Michele Simionato michele.simionato at gmail.com
Wed Jan 11 03:20:46 EST 2006


skip at pobox.com wrote:
> Michele> I am also +1 to run the tests in the code order.
>
> Got any ideas how that is to be accomplished short of jiggering the names so
> they sort in the order you want them to run?
>
> Skip

Well, it could be done with a decorator, but unittest is already
cumbersome how it is,
I would not touch it. Instead, I would vote for py.test in the standard
library.

   Michele Simionato




More information about the Python-list mailing list