-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
testsets argument to Pkg.test() #15404
Comments
|
Just want to second this issue, any ability to specify the testset to run would be fantastic. |
After #17165 is good to go we can add this in a new PR, I think. To that effect: if people can find more ways to break that PR/review it for bad things, it would be great! |
A lot of people have shown interest for such a feature, e.g.: https://discourse.julialang.org/t/test-specific-test-sets-in-julia-v0-5/378/3 and https://discourse.julialang.org/t/standard-ways-to-run-common-commands/154 |
Me too! This would be such a time-saver during development instead of just switching includes on and off by commenting ;) |
Pinging this as it would be very valuable and we're coming up on two years with no activity on it. |
Issue moved to JuliaLang/Pkg.jl #981 via ZenHub |
I think GitHub can natively transfer issues now—have you tried it? I'd be curious to see how it works. |
I have, works great, e.g. JuliaLang/Pkg.jl#949 (comment) |
I never find the button. |
With the new testsets approach it would be nice if
Pkg.test
took an optional list of testset names to run.Ex)
Pkg.test(Foo, ["unit", "integration", "lint"]; coverage=true)
The text was updated successfully, but these errors were encountered: