Re: [Pyunit-interest] Converting Python's test suite to PyUnit?
Brought to you by:
purcell
|
From: Steve P. <ste...@ya...> - 2001-05-18 01:30:51
|
Fred L. Drake, Jr. wrote: > Actually, I expect the best way to migrate these tests is to rework > the individual test_* tests to use PyUnit instead of the current > code. This will be tedious but will result in a much more > mamanagable test package. That would certainly be best, though it's a *big* job! You might have fun getting everyone else to re-write their tests. I've come across a couple of pieces of code that wrap doctest tests into PyUnit test cases -- they might be helpful for Tim's 'doctest'-based regression tests. -Steve -- Steve Purcell, Pythangelist Get testing at http://pyunit.sourceforge.net/ Any opinions expressed herein are my own and not necessarily those of Yahoo |