2016-12-14 23:46:06 +01:00
|
|
|
# log_support setups the default Logger class
|
|
|
|
# and so we need to ensure that it is also
|
|
|
|
# setup for the tests
|
|
|
|
from lbrynet.core import log_support
|
2016-12-21 19:43:13 +01:00
|
|
|
from lbrynet import conf
|
|
|
|
|
|
|
|
|
|
|
|
# TODO: stop doing this, would be better to mock out the settings
|
|
|
|
conf.initialize_settings()
|