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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
One way is to use the same path as the examples that come with play itself:
Also look inside the Scala module, it uses the same approach and has one app called |
|||
|
|