lbry-sdk/tests/unit/dht
Lex Berezhny 10b34d6b33
unnecessary list() added during py3 port
instead of recursive bytes2unicode use a proper JSONEncoder to conver bytes->unicode for json.dumps()
removing excessive isinstance(data, bytes) checks
py3: / -> // and list() around .items() that gets modified in loop
moved lbrynet.undecorated to where its actually used and hopefully we can delete it eventually
removed build/upload_assets.py, travis can do all this now
2018-08-24 11:40:43 -04:00
..
__init__.py moved ./lbry/tests to ./tests 2018-08-24 11:37:53 -04:00
test_contact.py unnecessary list() added during py3 port 2018-08-24 11:40:43 -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