[Biopython-dev] regression test code
Brad Chapman
chapmanb at arches.uga.edu
Thu Feb 15 13:21:36 EST 2001
Andrew Dalke writes:
[Python might move to PyUnit, since that's what Zope folks like]
>
> How about we plan on merging the two different regression
> test code in biopython to standardize on PyUnit?
I'm using PyUnit in biopython-corba right now,
and am happy with it. I had to hack it a little to support CORBA
better (it wasn't possible to pass in objects and I couldn't
recreate every CORBA object in the setUp function), but that is
probably just an idiosyncracy with CORBA.
It really helps me organize tests, and makes me feel like I am testing
things better; so I like it. Seeing it integrated with regression code
would be especially nice. So +1 on this from me.
BTW, since we are talking about tests -- does anyone have any idea
what happened to the Tests directory recently? I'm suddenly getting 7
tests failing, and most of the problems look like line ending
problems. Just curious...
Brad
More information about the Biopython-dev
mailing list