core-lightning/tests
Christian Decker 9378be72a9 pyln: Allow users to override the LightningNode class
Quite a few of the things in the LightningNode class are tailored to their use
in the c-lightning tests, so I decided to split those customizations out into
a sub-class, and adding one more fixture that just serves the class. This
allows us to override the LightningNode implementation in our own tests, while
still having sane defaults for other users.
2019-11-12 21:23:55 +01:00
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins pytest: test the 'rpc_command' hook 2019-11-11 22:30:01 +01:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08: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: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pyln: Allow users to override the LightningNode class 2019-11-12 21:23:55 +01:00
requirements.txt change psycopg2 to psycopg2-binary 2019-11-01 18:54:57 +01:00
test_closing.py pytest: Add the test for compact of deprecated close style 2019-10-09 21:04:16 -05:00
test_connection.py pytest: two more timeouts on Travis. 2019-11-07 03:50:53 +00:00
test_db.py pytest: fix flaky 'Bad gossip' error in test_block_backfill 2019-11-04 17:50:58 +01:00
test_gossip.py pytest: clean up test_gossip_notices_close now that gossipwith has more options. 2019-11-07 03:50:53 +00:00
test_invoices.py pytest: Mark some tests as skippable that are too bitcoin-specific 2019-10-03 04:32:57 +00:00
test_misc.py pytest: deactivate shadow routing for some tests that use 'pay' 2019-11-08 03:27:58 +00:00
test_pay.py pytest: test shadow routing in pay plugin 2019-11-08 03:27:58 +00:00
test_plugin.py pytest: test the 'rpc_command' hook 2019-11-11 22:30:01 +01:00
test_wallet.py pytest: test hsm_secret management with hsmtool 2019-11-12 05:29:19 +00:00
utils.py pytest: Migrate to in-tree pyln-testing 2019-11-12 21:23:55 +01:00