Skip to content

functions to get number of tests, passes, etc. #3

@nickrobinson251

Description

@nickrobinson251

I found this useful for ReTestItems (e.g. https://github.com/JuliaTesting/ReTestItems.jl/blob/main/test/_integration_test_tools.jl#59), to tests the specifics of what happened when running a testset with multiple tests (similar to #2)

for failures and errors, this is just calling length on #2
but for passes we need to track that separately, since DefaultTestSet doesn't store Pass results (just a count of pass)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions