[Biopython-dev] [Bug 2613] test_Wise and test_psw fail under Python 2.3

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Mon Oct 6 23:45:05 UTC 2008


http://bugzilla.open-bio.org/show_bug.cgi?id=2613





------- Comment #2 from mdehoon at ims.u-tokyo.ac.jp  2008-10-06 19:45 EST -------
If you look at test_psw and test_wise, you'll see that these make use of
Python's generic test framework, with asserts in the test code. Instead,
Biopython's testing framework expects each test code to print out stuff, which
then gets matched to an output file. Sometimes it makes more sense to use
Python's testing framework directly; there are several more tests for which the
output file required by Biopython does not contain useful information
(output/test_Cluster is another example). In such cases, I suggest we stop
requiring the output file and simply rely on Python's testing framework
directly. This will solve the issue with test_Wise and test_psw, and will let
us get rid of unnecessary output files.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list