You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
.The text was updated successfully, but these errors were encountered: