How do I write tests for a play framework module I am creating? I created the module using play new-module myModule but could not find anything in the generated scripts to create or run tests. What is the standard way that people write tests for play modules?
I am a beginner in Java and going to build a webapp that allows developers to work online on their projects. Something of the sort of bitbucket or github. I have developed sites using PHP and moving ...