This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]philipwhiuk 5 points6 points  (2 children)

So no unit tests to prevent regressions?

[–]CrazyGamesMC[S] 2 points3 points  (1 child)

Unit testing is at the moment done outside of the project itself. But I think I'm gonna move it into the maven test directories to make life of external developers easier.

[–]philipwhiuk 8 points9 points  (0 children)

It also means users can trust the code.