Skip to content

Including testsets from within testsets #35

Open
@dpinol

Description

@dpinol

Hi,
The limitation to not include files containing testsets from within testsets is a showstopper for our project, since we have our tests within a hierarchy of folders mimicking the hierarchy in the src folder.
Eg
test/runtests.jl:

@testset "utils" begin
 include("utils/1.jl")
end

test/utils/1.jl:

@testset "1" begin
 @test ....
end

Is there any workaround? Do you plan to offer one in the future?

thanks

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