Skip to content

How do you test package locally #957

Answered by quinnj
AbhimanyuAryan asked this question in Q&A
Discussion options

You must be logged in to vote

From the repl, just do ] test HTTP; or using plain package commands, you can do: using Pkg; Pkg.test("HTTP"). That will take care of installing any test dependencies needed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AbhimanyuAryan
Comment options

Answer selected by AbhimanyuAryan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants