LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Add more integration tests for P2P library #1068

Closed jondubois closed 5 years ago

jondubois commented 5 years ago

Expected behavior

We need integration tests to cover the following features:

Peer discovery

P2P.request

P2P.send

P2P.applyNodeStatus


To make it easier to set up the tests (I.e. beforeEach and afterEach block), they should be divided based on network topology:

Actual behavior

Missing integration tests.