JuliaLang/julia

Tests for git https clone/proxy

Open

#17,916 opened on Aug 9, 2016

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Julia (5,773 forks)batch import
help wantedlibgit2test

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

We now have tests for SSH, but we also needs tests for https and the proxy support. Does it make sense to have travis install some https server (nginx?) and write some basic tests. We probably don't want to add the code to build those to deps/ just for the tests. Alternatively, we could use an HttpServer.jl based test.

Contributor guide