diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 000000000..6ce67146e --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,4 @@ +# 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