We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c313ef + d985195 commit 641a027Copy full SHA for 641a027
test/REQUIRE
@@ -1 +1,2 @@
1
-HTTPClient
+HTTPClient
2
+JSON
test/runtests.jl
@@ -2,7 +2,4 @@ using LibCURL
3
# For lack of anything better, just run HTTPClient's tests.
4
# They should exercise a large number of LibCURL features.
5
-# Until HTTPClient is bumped, that requires using master of
6
-# HTTPClient. Careful running this test locally!
7
-Pkg.checkout("HTTPClient")
8
-Pkg.test("HTTPClient",coverage=true)
+include(Pkg.dir("HTTPClient","test","runtests.jl"))
0 commit comments