How do you test package locally #957
Answered
by
quinnj
AbhimanyuAryan
asked this question in
Q&A
-
Sorry for noob question. Trying to understand codebase and contribute. There's no
|
Beta Was this translation helpful? Give feedback.
Answered by
quinnj
Nov 3, 2022
Replies: 1 comment 1 reply
-
From the repl, just do |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AbhimanyuAryan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.