[Biopython-dev] test_Ace, test_Nexus, test_Phd

Michiel de Hoon mjldehoon at yahoo.com
Tue Feb 10 10:28:08 UTC 2009


I've converted these three tests to pure unittest-style tests.

--Michiel


--- On Tue, 2/3/09, Michiel de Hoon <mjldehoon at yahoo.com> wrote:

> From: Michiel de Hoon <mjldehoon at yahoo.com>
> Subject: [Biopython-dev] test_Ace, test_Nexus, test_Phd
> To: biopython-dev at biopython.org
> Date: Tuesday, February 3, 2009, 7:21 AM
> These three tests currently are written as a combination of
> a unittest-based test and a print-and-compare test. That is,
> they contain classes deriving from unittest.TestCase, but
> then print out stuff that should get compared to the output
> file. However, run_tests.py assumes that they are true
> unittest-style tests, so the comparison is never done.
> 
> Does anybody mind if I convert these three to pure
> print-and-compare or pure unittest-style tests? test_Ace.py
> and test_Nexus.py produce lots of output, so I'm tempted
> to go with a print-and-compare test there; test_Phd.py might
> work well as a unittest-style test.
> 
> --Michiel.
> 
> 
>       
> _______________________________________________
> Biopython-dev mailing list
> Biopython-dev at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/biopython-dev


      



More information about the Biopython-dev mailing list