sanbornm / go-selfupdate

Enable your Go applications to self update
MIT License
1.52k stars 173 forks source link

Fix Tests + Gomock #36

Closed segfault16 closed 1 year ago

segfault16 commented 3 years ago

When checking out this module I noticed some failing test. Inspired by https://github.com/sanbornm/go-selfupdate/pull/32 I switched the Requester to be mocked by gomock and made the tests platform agnostic. Also tested on linux-arm64.

sanbornm commented 1 year ago

This mock library is deprecated and not really necessary.