livepeer / go-livepeer-basicnet

Basic p2p video streaming for Livepeer
MIT License
18 stars 8 forks source link

Stub out network calls in unit tests #24

Open ericxtang opened 6 years ago

ericxtang commented 6 years ago

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.

j0sh commented 6 years ago

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