Hacker News new | ask | show | jobs
by noisy_boy 480 days ago
> I'll be surprised if all the tests are still passing two months after this project, since nobody runs them.

Wouldn't they just run as part of the build? At least for Java, Junit tests run as part of the build by default.