Aurora-Modders / AuroraLoader

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

Unit test RemoteModRegistry #36

Closed thashepherd closed 4 years ago

thashepherd commented 4 years ago

https://github.com/Aurora-Modders/AuroraLoader/blob/master/AuroraLoader/Registry/RemoteModRegistry.cs is responsible for gathering the list of mods provided across all our mirrors. While not much logic is contained in this class organically, unit tests will allow us to demonstrate that this registry is accurately combining the information available from several mirrors (i.e. merging the list of versions available for each mod).