Junit testing
dmodoomsirius opened this issue · 6 comments
We should add junit testing to MBD so we can make sure somethings work properly when compiling.
Yes, though only complex blocks will need JUnit testing. Most of the blocks are very basic and can be handled with automated block placement tests.
I've never setup JUnit before though. Do we have any documentation or examples on it?
Look at ve src/test that will help you tho dark can explain it better then I can.
Sent from my iPhone
On Jan 10, 2016, at 3:45 PM, Henry Stabell [email protected] wrote:
I've never setup JUnit before though. Do we have any documentation or examples on it?
―
Reply to this email directly or view it on GitHub.
Work on this has now begun with commit: 8b483fc. It still needs a lot more work to provide a high coverage percent.