mage / mage-sdk-unity

MAGE client SDK for Unity
MIT License
2 stars 13 forks source link

Implement Unit Test #38

Open kefniark opened 8 years ago

kefniark commented 8 years ago

A module like this one, used in so many project recently, should be at least partially cover by unit test.

I took a look, some part can be easily tested :

But some other like the mageClient (the more important one) has a bit too much part mixed together to write nice tests. A refactoring will probably be needed for that to happen.