-
-
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
Shortcut to test a local package #53258
Comments
I would say a possible plan is when JuliaLang/Pkg.jl#3772 is landed, to make an app for Pkg itself and then this would be something just like |
Thank you @KristofferC . I hope we will be able to specify the path of the local package/library. |
Note that you can just do |
That doesn't set up the test environment |
In the meantime I just added the functionality to my "personal" juliaup version and I can make it work with different version of Julia. If you are interested let me know. I can post the code. |
@KristofferC would you be open to the proposal in my very first comment if I do the PR? Thank you |
Hi, I was wondering if you have any feedback please? Is ok to do a PR? Or are you against it? I really think it would be great to have an option for that. Thank you. |
There will be a Pkg CLI app based on JuliaLang/Pkg.jl#3772. Until then you can for example use https://github.com/fredrikekre/jlpkg |
Hi,
I think it would be nice to have something like:
To test a local package (a bit like cargo test in the rust world). Is it something that you would consider?
Thank you
Related discussion:
https://discourse.julialang.org/t/test-a-local-package/109974
The text was updated successfully, but these errors were encountered: