mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 21:53:47 +08:00
parse error tests and removal of old test files
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
0.046517 -0.013913 0.044825 0.212554
|
||||
0.190671 0.013587 0.063011 0.190163
|
||||
0.359174 0.012768 0.064553 0.156782
|
||||
0.479457 0.015942 0.066121 0.149009
|
||||
0.557105 0.022801 0.067268 0.143665
|
||||
0.656340 0.027174 0.067876 0.126731
|
||||
0.737710 0.031202 0.067246 0.116725
|
||||
0.820891 0.034540 0.066655 0.112263
|
4999
Tests/PopGen/out.dat
4999
Tests/PopGen/out.dat
File diff suppressed because it is too large
Load Diff
@ -64,7 +64,7 @@ class ParserTest(unittest.TestCase):
|
||||
def test_wrong_file_parser(self):
|
||||
"""Testing the ability to deal with wrongly formatted files
|
||||
"""
|
||||
with open(os.path.join("PopGen", "fdist1")) as f:
|
||||
with open(os.path.join("PopGen", "README")) as f:
|
||||
try:
|
||||
rec = GenePop.read(f)
|
||||
raise Exception("Should have raised exception")
|
||||
|
Reference in New Issue
Block a user