unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "STRICT tables are SQLite3 specific")
| 1 | from fixtures import * # noqa: F401,F403 |
| 2 | from fixtures import TEST_NETWORK |
| 3 | from pyln.client import RpcError |
| 4 | from utils import wait_for, sync_blockheight, COMPAT, TIMEOUT, scid_to_int, only_one |
nothing calls this directly
no outgoing calls
no test coverage detected