MCPcopy Create free account
hub / github.com/ElementsProject/lightning / test_db_hook_multiple

Route test_db_hook_multiple

tests/test_plugin.py:None–None  ·  view source on GitHub ↗
unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "Only sqlite3 implements the db_write_hook currently")

Source from the content-addressed store, hash-verified

1from bitcoin.rpc import RawProxy
2from collections import OrderedDict
3from datetime import datetime
4from fixtures import * # noqa: F401,F403

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected