akst
akst

Reputation: 956

Play not running tests

I'm working on my first Play! project and for some reason when I run the test command, it looks like none of my test are run.

Abot::AbotsPlayApp $ play test
[info] Loading project definition from ~/AbotsPlayApp/project
[info] Set current project to AbotsPlayApp (in build file:~/AbotsPlayApp/)
[info] IntegrationTest
[info]
[info]
[info] Total for test IntegrationTest
[info] Finished in 0.0 seconds
[info] 0 tests, 0 failures, 0 errors
[info] ApplicationTest
[info]
[info]
[info] Total for test ApplicationTest
[info] Finished in 0.0 seconds
[info] 0 tests, 0 failures, 0 errors
[info] Passed: : Total 0, Failed 0, Errors 0, Passed 0, Skipped 0
[success] Total time: 1 s, completed Aug 20, 2013 10:11:14 PM
Abot::AbotsPlayApp $

Why does it say "0 tests, 0 failures, 0 errors"?

Upvotes: 3

Views: 250

Answers (1)

Christopher Hunt
Christopher Hunt

Reputation: 2081

This is a known problem with 2.1.3 regarding Java tests- please check the Play user forum for the work-around, or use 2.1.4-RC1. Apologies for the inconvenience caused.

Upvotes: 2

Related Questions