lbry-sdk/tests/unit
Oleg Silkin b3fde9d78d Removes six From Project (#1660)
* Replaces `six` urllib with python 3's urllib
* Replaces `six`'s int2byte method with native `bytes` class
* Removes edge case testing for python2 vs python3
* Removes useless object inheritance
* Uses native io.BytesIO instead of six.BytesIO
* Removes six from dependencies
2018-11-22 23:24:21 -05:00
..
analytics updated references after moving analytics to lbrynet.extras.daemon.analytics 2018-11-04 20:25:24 -05:00
components fix skipping dht, peer_protocol_server, and hash_announcer components 2018-11-09 14:16:33 -05:00
core absolute imports 2018-11-09 16:52:46 -05:00
cryptstream Removes six From Project (#1660) 2018-11-22 23:24:21 -05:00
database move files 2018-11-09 16:52:42 -05:00
dht move files 2018-11-09 16:52:42 -05:00
lbryfilemanager move files 2018-11-09 16:52:42 -05:00
lbrynet_daemon move files 2018-11-09 16:52:42 -05:00
schema fix namespace lbryschema->lbrynet.schema 2018-11-04 10:50:15 -05:00
wallet update to latest torba 2018-11-19 20:34:38 -05:00
__init__.py moved ./lbry/tests to ./tests 2018-08-24 11:37:53 -04:00
test_cli.py move system_info.py into lbrynet.extras 2018-11-09 16:52:46 -05:00
test_conf.py move files 2018-11-09 16:52:42 -05:00
test_customLogger.py better setup of custom logger class 2018-11-09 16:52:46 -05:00