[Biopython-dev] KD tree module
    Jeffrey Chang 
    jchang at smi.stanford.edu
       
    Wed Jul  3 03:51:35 EDT 2002
    
    
  
On Tue, Jul 02, 2002 at 02:39:02PM +0200, Thomas Hamelryck wrote:
> BTW, there a lot of Biopython tests that fail due to trivial reasons like:
> 
> test test_ParserSupport failed -- 
> Writing: 'Ran 3 tests in 0.005s', expected: 'Ran 3 tests in 0.111s'
Hey, good catch.  It looks like there's some testing code here that
uses unittest.py, which writes out how long some code took.  This is
breaking from run to run.
Is someone responsible for unittest.py?  The easiest thing to do is to
remove the verbiage that describes how long the tests took.  The right
thing to do would be to fix the two regression testing systems, but I
suspect that would be too much work.  What do people think?
Jeff
    
    
More information about the Biopython-dev
mailing list