Skip to content

fakebitcoinproxy test fails #204

@dgpv

Description

@dgpv
======================================================================
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions