lbry-sdk/tests/unit/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
test_contact.py DHT fixes from review and an attempt at removing hashing and equals (#1370) 2018-08-24 11:42:35 -04:00
test_encoding.py refactoring of DHT tests and fixed encoding bug when dealing with bytearray 2018-08-24 11:40:43 -04:00
test_hash_announcer.py attempt to fix tests isolation 2018-08-24 11:37:53 -04:00
test_kbucket.py assertEquals() -> assertEqual() 2018-08-24 11:37:53 -04:00
test_messages.py assertEquals() -> assertEqual() 2018-08-24 11:37:53 -04:00
test_node.py refactoring of DHT tests and fixed encoding bug when dealing with bytearray 2018-08-24 11:40:43 -04:00
test_routingtable.py refactoring of DHT tests and fixed encoding bug when dealing with bytearray 2018-08-24 11:40:43 -04:00