You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my development workflow I like to write lots of tests and comment in/out in runtests.jl when necessary. To aid with this I have written two functions to automatically run tests either using Pkg.test() or using include("project/test/runtests.jl") to avoid recompiling every time. I was wondering whether you would be interested in adding these to the repo?
To not keep you in suspense the definitions are below
You will notice that the last one is mainly a copy of julia-repl-activate-parent. It may thus be interesting to create an auxiliary function julia-repl-find-project-directory to avoid code duplication
The text was updated successfully, but these errors were encountered:
In my development workflow I like to write lots of tests and comment in/out in
runtests.jl
when necessary. To aid with this I have written two functions to automatically run tests either usingPkg.test()
or usinginclude("project/test/runtests.jl")
to avoid recompiling every time. I was wondering whether you would be interested in adding these to the repo?To not keep you in suspense the definitions are below
You will notice that the last one is mainly a copy of
julia-repl-activate-parent
. It may thus be interesting to create an auxiliary functionjulia-repl-find-project-directory
to avoid code duplicationThe text was updated successfully, but these errors were encountered: