lbry-sdk/tests/functional/dht
shyba eab95a6246
DHT fixes from review and an attempt at removing hashing and equals (#1370)
* use int to_bytes/from_bytes instead of struct
* fix ping queue bug and dht functional tests
* run functional tests on travis
* re-add contact comparison unit test
* dont need __ne__ if its just inverting __eq__ result
2018-08-24 11:42:35 -04:00
..
__init__.py moved ./lbry/tests to ./tests 2018-08-24 11:37:53 -04:00
dht_test_environment.py DHT fixes from review and an attempt at removing hashing and equals (#1370) 2018-08-24 11:42:35 -04:00
mock_transport.py DHT fixes from review and an attempt at removing hashing and equals (#1370) 2018-08-24 11:42:35 -04:00
test_bootstrap_network.py DHT fixes from review and an attempt at removing hashing and equals (#1370) 2018-08-24 11:42:35 -04:00
test_contact_expiration.py more porting, plus some functional tests working 2018-08-24 11:37:53 -04:00
test_contact_rejoin.py fixing unit tests 2018-08-24 11:37:53 -04:00
test_contact_rpc.py working functional test_contact_rpc + more string bans 2018-08-24 11:37:53 -04:00
test_iterative_find.py more fixes on dht functionals 2018-08-24 11:37:53 -04:00
test_store.py more dht fixes and most of functional tests 2018-08-24 11:37:53 -04:00