larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
161 stars 62 forks source link

Create a full test suite to prevent regressions #70

Open EliteMasterEric opened 2 years ago

EliteMasterEric commented 2 years ago

By adding a full test suite which automatically executes basic functionality and can be run through continuous integration with Github Actions, we can automatically evaluate new changes for backwards compatibility.

Implement a test suite using MUnit, Hamcrest, MCover, and Mockatoo.