Open ericxtang opened 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.
Partially addressed by https://github.com/livepeer/go-livepeer-basicnet/pull/28
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.