BattletechModders / ModTek

Mod system for HBS's PC game BattleTech.
GNU Lesser General Public License v2.1
121 stars 34 forks source link

Add unit testing #25

Closed CptMoore closed 5 years ago

CptMoore commented 6 years ago

I found some issues in the load order calc, I think i repaired them but I cant test all corner cases.

I'll try to add unit testing to the project.

mpstark commented 6 years ago

Mind describing the issues?

On Wed, May 9, 2018, 12:26 PM CptMoore notifications@github.com wrote:

I found some issues in the load order calc, I think i repaired them but I cant test all corner cases.

I'll try to add unit testing to the project.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Mpstark/ModTek/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AFWIb8_AxlgR9cmsbnH2raK7fF5FxiMVks5twya9gaJpZM4T4s1V .

CptMoore commented 6 years ago

I think was my mistake, I didn't realize you were counting down. In any case, did some refactoring and added the unit tests none-the less

CptMoore commented 6 years ago

PR open #26

CptMoore commented 5 years ago

was added