Hacker News new | ask | show | jobs
by _cfl0 1308 days ago
The second part is the aim here.

This is more of a code watcher than a test watcher specifically.

2 comments

sbt ~test uses the dependency analysis of the scala compiler to determine which tests to run.
Are you sure that's actually true, all the way down to the method or line level?

https://www.scala-sbt.org/1.x/docs/Testing.html

very cool!