[Biopython-dev] [Bug 2611] New: Message corrections when tests are skipped

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Fri Oct 3 15:54:19 UTC 2008


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

           Summary: Message corrections when tests are skipped
           Product: Biopython
           Version: Not Applicable
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Unit Tests
        AssignedTo: biopython-dev at biopython.org
        ReportedBy: bsouthey at gmail.com


With the latest cvs version and Python 2.6 there are some corrections needed to
the message output. I also think these should be consistent.

A few messages include a ')' but have not opening '(':
test_GraphicsChromosome ... skipping. Install reportlab if you want to use
Bio.Graphics).                                                                  
test_GraphicsDistribution ... skipping. Install reportlab if you want to use
Bio.Graphics).                                                                  
test_GraphicsGeneral ... skipping. Install reportlab if you want to use
Bio.Graphics).  

I think these tests should have similar message to the previous ones:

test_PopGen_FDist ... skipping. Fdist not found (not a problem if you do not
intend to use it).                                                             
       test_PopGen_SimCoal ... skipping. SimCoal not found (not a problem if
you do not intend to use it).                                                   

Perhaps:
test_PopGen_FDist ... skipping. Install FDist if you want to use
Bio.PopGen_FDist.
test_PopGen.SimCoal ... skipping. Install SimCoal if you want to use
Bio.PopGen.SimCoal.


-- 
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