parse error tests and removal of old test files

This commit is contained in:
Tiago Antao
2017-05-23 11:29:44 -06:00
committed by Peter Cock
parent 621ae94519
commit 29d80d85f9
3 changed files with 1 additions and 5008 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -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")