mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
Test report listeners now receive testEvent callbacks as the underlying test framework emits events, instead of only after a whole group finishes. startGroup / endGroup timing is aligned with that streaming model for both in-process and forked test runs. No public API changes - only listener callback timing and the internal worker <-> sbt JSON-RPC protocol.