Hello! I have an issue with PANTS 1.30 / Scala / S...
# general
s
Hello! I have an issue with PANTS 1.30 / Scala / Scalatest 3.1+ (again 🙂 ) The problem was partially resolved in this thread: https://pantsbuild.slack.com/archives/C046T6T9U/p1610618752002400 with this PR: https://github.com/slvrtrn/pants-1.30-junit-scalatest-issue/pull/1 submitted by @enough-analyst-54434 However, there is another issue. The tests are not actually executed from the console. It is explicitly said that 0 tests were executed.
Copy code
06:21:43 01:19       [run]
                     Auto-detected 8 processors, using -parallel-threads=8
                     
                     Time: 0.001
                     
                     OK (0 tests)
                     
                     
                   test/scala/com/github/slvrtrn:tests                                             .....   SUCCESS
               Waiting for background workers to finish.
06:21:43 01:19   [complete]
               SUCCESS
The test file itself is correctly recognized and there is no error reported in the console. But the suite is not actually executed.
e
I've got a few minutes to look back into this this am. I'll see what I can find and report back.
❤️ 2
OK @square-oxygen-75288 the PR is fixed up. This was simpler than it appeared. The junit-runner dep simply needed to be bumped from 1.0.29 to latest (1.0.30).
🔥 2
s
@enough-analyst-54434 thanks again for saving the day!