A ScalaTest tag that enables us to focus attention on particular tests
rather than running all of them each time. Add this as an argument to
the particular test methods that you want to focus on. Then you can
use an sbt command such as "test-only *RewriterTests -- -n FocusTest"
to run just the tests in that suite with this tag.
A ScalaTest tag that enables us to focus attention on particular tests rather than running all of them each time. Add this as an argument to the particular test methods that you want to focus on. Then you can use an sbt command such as "test-only *RewriterTests -- -n FocusTest" to run just the tests in that suite with this tag.