lbry-sdk/lbrynet/tests/unit
Jack Robison 75a6ff269e refactor lbrynet-daemon into modular components (#1164)
* add daemon Component and ComponentManager classes

* convert directory and SQLiteStorage setup to be a Component

* support callbacks to component setups

* Fixed typo in ComponentManager

* convert wallet to be Component

* Use storage from session.

* Remove create_session internal function and PEP8

* Starting to convert session to its own component. Removed ref to `self.storage` from Daemon.py

* Making DHT component(broken)

* Refactored classes to reduce redundancy in getting config setting

* DHT is now it's own component

* Fixed `test_streamify` test

* Fixed regression caused by removing `peer_manager` from session

* refactor ComponentManager and Component to use instance instead of class methods

* Hash announcer, file manager, stream identifier components

* Query Handler and server components

* Reflector Component

* Fixed test_streamify(well Jack did, but ¯\_(ツ)_/¯)

* All tests now passing

* Pylint fixes

* Oops(That's all you're gonna get :-P)

* Making decorators(WIP, commit so that I don't lose work)

* Decorator made and decorating of functions done(some other changes)

* import fixes and removed temporary test function

* Fixed new broken tests from daemon refactor

* Sanitization of modules

* Reworded errors

* wallet unlock condition checks, fixed breaking changes

* Rebased on amster and other crazy stuff

* Started writing tests

* Tests for component manager

* Fix Daemon Tests

* Fixed passing mutable args in init

* Using constants instead of strings. Added CHANGELOG.md

* Now components can be skipped by setting relevant config in file.

* P-Y-L-I-N-T #angry_emoji
2018-07-05 15:21:52 -04:00
..
analytics moved tests into the lbrynet package 2017-09-28 18:21:26 +01:00
components refactor lbrynet-daemon into modular components (#1164) 2018-07-05 15:21:52 -04:00
core update and fix hash announcer test 2018-06-07 15:02:47 -04:00
cryptstream replace pycrypto->cryptography on tests 2018-05-04 22:12:43 -03:00
database batch insert/update claims to sqlite 2018-06-20 16:08:12 -04:00
dht fix improper sorting when getting the closest peers to a hash 2018-07-02 14:54:03 -04:00
lbryfilemanager replace pycrypto->cryptography on tests 2018-05-04 22:12:43 -03:00
lbrynet_daemon refactor lbrynet-daemon into modular components (#1164) 2018-07-05 15:21:52 -04:00
__init__.py moved tests into the lbrynet package 2017-09-28 18:21:26 +01:00
test_conf.py skip test on appveyor 2018-06-13 14:04:14 -04:00