Open ericphanson opened 3 years ago
So this is kinda already implemented, controlled by the spin
keyword argument of retest
, but this requires typically that Threads.nthreads() > 1
. When spin is not active, we could definitely print the test name without the spinner.
Taking the example from the docs:
If
greet
was super slow, you'd getwhile waiting for
greet
to finish running. I think it would be nice if instead it showedso you knew which test was running. (Especially for when you do
shuffle=true
!). I.e. it could print the testset name while waiting to print thepass
.