I need some resources (text files) for my tests in a Scala Play 2.0 application. Where can I put these files?
In a maven app I would put them into src/test/resources
, but I cannot find anything about an equal directory in the Play documentation.
I can put them in the conf
directory, but I only need them when I test the application.