rgb-cln/tests
lisa neigut a08905c344 plugin tests: actually check log result + move over to '' -> true
a few things. one is that `is_in_log` returns a result rather than
enforcing a condition. so these lines all need asserts

two is that with the 'allow_deprecated_apis' option on, the python json
parser overwrites the now typed input with the later-added string
version, so the only option value present in the option key-value set is
the last, string one. the check for this has been updated to only verify
that the string version is included (i manually verified that both are
printed to the JSON message)
2020-03-21 16:29:52 +10:30
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins plugins: test for option value checking and parsing 2020-03-10 13:25:36 +10:30
vectors pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
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 fix: pip dependency version for psycopg2-binary 2019-12-19 13:26:13 +01:00
test_closing.py lightningd: always broadcast the latest close tx 2020-03-10 11:40:19 +10:30
test_connection.py fix: rfc #740 requires 100% feespike margin 2020-03-19 18:56:12 +01:00
test_db.py pytest: Fix optimistic locking in valgrind - developer config 2020-01-13 08:55:32 +08:00
test_gossip.py pytest: use pyln.client for functional tests 2020-01-21 22:38:14 +01:00
test_invoices.py channeld: channel drain mitigation. 2020-02-11 15:34:05 +01:00
test_misc.py tests: note the private keys of our test nodes. 2020-03-17 18:47:52 +01:00
test_onion.py pytest: Add test for compressed onion 2020-03-12 10:25:01 +10:30
test_pay.py fix: rfc #740 requires 100% feespike margin 2020-03-19 18:56:12 +01:00
test_plugin.py plugin tests: actually check log result + move over to '' -> true 2020-03-21 16:29:52 +10:30
test_wallet.py txprepare: don't crash if we are passed unconfirmed utxos 2020-02-21 17:52:02 +01:00
utils.py Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL. 2019-12-12 22:16:03 +01:00