-
Notifications
You must be signed in to change notification settings - Fork 645
Closed
Description
======================================================================
ERROR: test_fakebitcoinproxy (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_fakebitcoinproxy
...
from fakebitcoinproxy import (
ModuleNotFoundError: No module named 'fakebitcoinproxy'
fakebitcoinproxy.py was put into tests, but tests/test_fakebitcoinproxy.py does from fakebitcoinproxy import ...
Putting it into tests is logical, because it is used in tests, but then it should do from bitcoin.tests.fakebitcoinproxy import ...
Metadata
Metadata
Assignees
Labels
No labels