This commit is contained in:
Rowan Cockett
2015-05-29 11:17:56 -07:00
parent 59fcd3925f
commit de27c4e4ec
3 changed files with 6 additions and 9 deletions
-2
View File
@@ -49,7 +49,5 @@ class TestData(unittest.TestCase):
self.assertRaises(KeyError, survey.getSourceIndex, [SrcNotThere])
self.assertRaises(KeyError, survey.getSourceIndex, [srcs[1],srcs[2],SrcNotThere])
if __name__ == '__main__':
unittest.main()