core-lightning/tests
Christian Decker 96a22b4003 pytest: Add db_provider and db instances for configurable backends
We will soon have a postgres backend as well, so we need a way to control the
postgres process and to provision DBs to the nodes. The two interfaces are the
dsn that we pass to the node, and the python query interface needed to query
from tests.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-09-22 02:03:43 +00:00
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins pytest: Let fail_htlcs.py plugin generates TEMPORARY_NODE_FAILURE error 2019-09-16 12:22:06 +08:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
btcproxy.py pytest: fix btcproxy mock logic. 2019-08-10 22:09:09 +02:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
db.py pytest: Add db_provider and db instances for configurable backends 2019-09-22 02:03:43 +00:00
fixtures.py pytest: Add db_provider and db instances for configurable backends 2019-09-22 02:03:43 +00:00
requirements.txt pytest: Add db_provider and db instances for configurable backends 2019-09-22 02:03:43 +00:00
test_closing.py developer: consolidiate gossip timing options into one --dev-fast-gossip. 2019-09-20 06:55:00 +00:00
test_connection.py gossipd: gossip_queries_ex is not longer experimental. 2019-09-22 01:17:11 +00:00
test_db.py pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
test_gossip.py ratelimit: adjust based on --dev-fast-gossip, test. 2019-09-20 06:55:00 +00:00
test_invoices.py developer: consolidiate gossip timing options into one --dev-fast-gossip. 2019-09-20 06:55:00 +00:00
test_misc.py pytest: Add db_provider and db instances for configurable backends 2019-09-22 02:03:43 +00:00
test_pay.py developer: consolidiate gossip timing options into one --dev-fast-gossip. 2019-09-20 06:55:00 +00:00
test_plugin.py pytest: Let fail_htlcs.py plugin generates TEMPORARY_NODE_FAILURE error 2019-09-16 12:22:06 +08:00
test_wallet.py rpc: add 'utxos' parameter to txprepare + withdraw 2019-09-11 23:56:27 +00:00
utils.py pytest: Add db_provider and db instances for configurable backends 2019-09-22 02:03:43 +00:00