-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including testsets from within testsets #35
Comments
There is some partial improvement on this front, available when If you want to use But for |
We are exploring migration from XUnit to ReTest, and the ability to include files containing testsets within a testset is important to us as well: Much of our test code is structured as |
cc @caseykneale :) |
Hi @Sacha0 , nice to see you here :) Yes the status above is current. I don't think |
Cheers, thanks Rafael! Please let us know if we can help out somehow :). |
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:
test/utils/1.jl:
Is there any workaround? Do you plan to offer one in the future?
thanks
The text was updated successfully, but these errors were encountered: