PaulHancock / Aegean

The Aegean source finding program and associated tools
http://aegeantools.rtfd.io/
Other
47 stars 14 forks source link

write more tests for MIMAS #181

Closed PaulHancock closed 2 years ago

PaulHancock commented 2 years ago

Many of the tests in test_MIMAS are empty and have TODO notes. As a result MIMAS.py has only 27% coverage in testing.

Either remove the unused functions, or create tests to increase the coverage.

PaulHancock commented 2 years ago

2360f3330009072f81781f6f31b477213f8c31b7 increases coverage to 40%

PaulHancock commented 2 years ago

b067b3f7e52c7844f443c3d346aaddb7c8822500 increases to 81%

PaulHancock commented 2 years ago

08a8940318384f770d4aa78dc249ddb17b8e0fd0 increases to 97%

PaulHancock commented 2 years ago

fixed in #184