go-livepeer-basicnet icon indicating copy to clipboard operation
go-livepeer-basicnet copied to clipboard

Stub out network calls in unit tests

Open ericxtang opened this issue 7 years ago • 1 comments

A lot of our unit tests here are actually integration tests. This might be an incremental effort, but we should stub out the underlining, libp2p layer in the tests to remove external dependencies. This is causing some inconsistent test behaviors.

ericxtang avatar Mar 02 '18 22:03 ericxtang

Partially addressed by https://github.com/livepeer/go-livepeer-basicnet/pull/28

j0sh avatar Mar 19 '18 20:03 j0sh