Hi Folks, I've tried using "sbt test-only '*PairRDDFunctionsSuite'" to run only that test suite, which is what I think is supposed to work with ScalaTest. I have also tried the variant with the fully qualified name spelled out as well. No matter what I try, it always runs *all* the test suites, which makes it very tedious to do unit testing. What am I doing wrong?
Thanks, Bryn