Aurora-Modders / AuroraLoader

A tool for discovering and safely managing Aurora mods
MIT License
10 stars 5 forks source link

Unit test LocalModRegistry #34

Closed thashepherd closed 4 years ago

thashepherd commented 4 years ago

https://github.com/Aurora-Modders/AuroraLoader/blob/master/AuroraLoader/Registry/LocalModRegistry.cs is responsible for detecting and loading the configuration of mods that have already been downloaded by AuroraLoader. Unit testing this class will reveal any issues in the way we're detecting and parsing local mod configuration data and enable us to easily make changes to the existing mod.ini format.