-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
Make it possible to run subset of tests #1700
Comments
I stole your idea to make JuliaDiff/ChainRules.jl#511. But would be good to do here, too. |
Also for consideration is something more batteries included like https://github.com/JuliaTesting/ReTest.jl. |
It might be interesting to go w/ a fuller featured tester for Flux, but I'm a bit apprehensive that it is not |
I took a light pass over this. I think to support this the way @mcabbott wrote it we would have to have all our import/using statements in the |
Right now when running tests you have to run the entire suite, which takes a few minutes. Might be convenient for development if we adopt the use of
test_args
to allow for running specific tests (see JuliaLang/Pkg.jl#1226).The text was updated successfully, but these errors were encountered: