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

Route test_sqlite_strict_mode

tests/test_db.py:None–None  ·  view source on GitHub ↗
unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "STRICT tables are SQLite3 specific")

Source from the content-addressed store, hash-verified

1from fixtures import * # noqa: F401,F403
2from fixtures import TEST_NETWORK
3from pyln.client import RpcError
4from utils import wait_for, sync_blockheight, COMPAT, TIMEOUT, scid_to_int, only_one

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected