[Biopython-dev] [Bug 2324] New: Data file for the Bio.UniGene unit test is missing.
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Sun Jun 24 13:50:48 UTC 2007
http://bugzilla.open-bio.org/show_bug.cgi?id=2324
Summary: Data file for the Bio.UniGene unit test is missing.
Product: Biopython
Version: 1.43
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P2
Component: Main Distribution
AssignedTo: biopython-dev at biopython.org
ReportedBy: mdehoon at ims.u-tokyo.ac.jp
A missing file for the Bio.UniGene unit test causes the following error when
running the Biopython test suite:
======================================================================
ERROR: test_UniGene
----------------------------------------------------------------------
Traceback (most recent call last):
File "run_tests.py", line 149, in runTest
self.runSafeTest()
File "run_tests.py", line 162, in runSafeTest
cur_test = __import__(self.test_name)
File "/Users/mdehoon/biopython/Tests/test_UniGene.py", line 5, in <module>
handle = open("UniGene/Mdm_partial.data")
IOError: [Errno 2] No such file or directory: 'UniGene/Mdm_partial.data'
--
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