Skip to content

print testset name while waiting for results? #38

@ericphanson

Description

@ericphanson

Taking the example from the docs:

julia> retest("greet", verbose=2) # run only tests related to `greet()`
                         Pass
MyPackage:
  greet              |      1

If 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions