ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
394 stars 54 forks source link

test: make our tests reliable and reproducible #83

Closed Stebalien closed 3 years ago

Stebalien commented 3 years ago
  1. Use go.mod to manage test dependencies.
  2. When testing, test against the go-ipfs version we depend on.
Stebalien commented 3 years ago

I'm not even going to try asking for reviews. The tests now work, they didn't before, and sharness tests are going to be nasty regardless.