vinyldns / go-vinyldns

Go client package for VinylDNS
Apache License 2.0
7 stars 25 forks source link

Improve unit test mocking technique #77

Open mdb opened 3 years ago

mdb commented 3 years ago

Currently, the unit tests leverage a homegrown technique for mocking VinylDNS API requests/responses. Is it worth considering something like github.com/onsi/gomega/ghttp?