unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "uses snapshots")
| 1 | from fixtures import * # noqa: F401,F403 |
| 2 | from decimal import Decimal |
| 3 | from pyln.client import Millisatoshi, RpcError |
| 4 | from fixtures import TEST_NETWORK |
nothing calls this directly
no outgoing calls
no test coverage detected