php1ic / inch

The Interactive Nuclear CHart
GNU General Public License v3.0
3 stars 2 forks source link

Write tests for the classes focused around file IO #7

Closed php1ic closed 3 years ago

php1ic commented 5 years ago

Unit testing was implemented when working on #3 and pulled in #6, but the project contains a lot of reading and writing to file(s) and this was mostly ignored.

I think we need to do a lot of refactoring to get those parts of the code into a testable state.

php1ic commented 3 years ago

This has started so closing issue.