gomods/athens

Mock out VCS/go get in order to improve testing speed

Open

#1,368 opened on Sep 3, 2019

 (6 comments) (0 reactions) (0 assignees)Go (538 forks)github user discovery
good first issue

Repository metrics

Stars
 (4,766 stars)
PR merge metrics
 (Avg merge 18d 13h) (13 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. During office hours, we discussed testing athens, and it seemed like one issue is that we have to actually call out to somewhere public to run tests. This isn't ideal for several reasons.

Describe the solution you'd like Ideally, this would just be a module.Fetcher implemented against a set of local filesystem objects

Describe alternatives you've considered None considered

Additional context Add any other context or screenshots about the feature request here.

Contributor guide