Pettswood icon indicating copy to clipboard operation
Pettswood copied to clipboard

Needs a way of running a single test via SBT

Open agmenc opened this issue 12 years ago • 1 comments

I want to run one tests at a time via the sbt console, and I can't. The only way at the moment is to wrap a specs test around the file to run. I'm considering adding a parameter or something, so that a test-only in sbt can choose between running all PW tests, or just a single.

agmenc avatar Aug 02 '12 10:08 agmenc

Current thinking: ignore sbt, and write a ScalaTest-compatible test runner. The sbt test-interface just wasn't designed for this use-case, and ScalaTest is designed as a pluggable testing framework (maybe a replacement for test-interface?).

agmenc avatar Nov 26 '12 11:11 agmenc