Adding test resources to play framework 2.0 application 次のコマンドを実行すると test 用のリソースをどこに置けばよいかを確認できる。 $ play [app] $ test:unmanaged-resource-directories [info] List(<base-directory>/test/resources) [app] $ CTRL+D コマンドの結果から <base-directory>/test/resources に置けば良いことが分かるので、試しに何かを置いて、コンパイルしてみる。 $ touch <base-directory>/test/resources/foo $ play test:resources このコマンドを実行すると、<base-directory>/target/scala-2.9.