ericchiang / go-acme

A Let's Encrypt client for Go
Apache License 2.0
219 stars 14 forks source link

WIP: Fix boulder in tests #27

Closed jameshartig closed 8 months ago

jameshartig commented 8 years ago

Fixing boulder in tests

ericchiang commented 8 years ago

Btw, may want to pin the tests to a specific version of boulder so the tests aren't tied to changes to that package.

jameshartig commented 8 years ago

Yeah I'll work on this more this week. Should I just make a submodule in a test directory?

ericchiang commented 8 years ago

Maybe just add this to the tests:

git clone https://github.com/letsencrypt/boulder.git $GOPATH/src/github.com/letsencrypt/boulder
cd $GOPATH/src/github.com/letsencrypt/boulder
git reset --hard $SHA1

Definitely don't want to commit boulder. Downloading this package should be a light operation.