AlyxMoon / lunar-factorio-mod-manager

A mod manager for Factorio, programmed using the Electron framework.
MIT License
6 stars 2 forks source link

Add tests for all functionality for version 1.0 #111

Closed AlyxMoon closed 4 years ago

AlyxMoon commented 4 years ago

I keep putting this off and consequently never having tests for new features. But it's a good practice and ought to be done for future maintenance and code consistency. Before 1.0 is officially done there should be tests for, at minimum, all 'logic' parts of the code. I'm happy ignoring display/gui related things but there should be a decent effort made and writing good tests for everything.