-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Taking the example from the docs:
julia> retest("greet", verbose=2) # run only tests related to `greet()`
Pass
MyPackage:
greet | 1If greet was super slow, you'd get
julia> retest("greet", verbose=2) # run only tests related to `greet()`
Pass
MyPackage:while waiting for greet to finish running. I think it would be nice if instead it showed
julia> retest("greet", verbose=2) # run only tests related to `greet()`
Pass
MyPackage:
greet | so 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 the pass.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers