rgb-cln/tests
Rusty Russell ff1d537b87 pytest: neaten test_cln_sendpay_weirdness, rename.
1. Allow 'any' as an option to zeroconf-selective.py plugin so we can use
   it in line_graph where we don't know ids yet.
2. Use modern helpers like line_graph and remove debugging statement.
3. Don't use listchannels(): it's true that it shows local channels as well,
   but that's a quirk I'd like to remove.
4. Make flake8 happy.
5. Rename to be more specific now it's a more narrow test.

I manually tested that the test still failed with the fixes removed, too,
so it is still the same test!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-02-03 09:17:33 +10:30
..
data pytest: add test for migrations upgrade which breaks 'fees_collected_msat'. 2022-09-27 14:42:03 +09:30
fuzz tests/fuzz: don't pull in JSON common at all. 2022-11-09 20:25:58 +10:30
plugins pytest: neaten test_cln_sendpay_weirdness, rename. 2023-02-03 09:17:33 +10:30
vectors pytest: Remove onion test vectors containing legacy onions. 2022-03-18 09:20:11 +10:30
benchmark.py pytest: always provide payment_secret when making payments. 2021-07-14 14:38:00 -05:00
conftest.py tests: add marker for v1/v2 channel opens 2021-05-12 11:25:41 +09:30
db.py test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
fixtures.py test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
test_bookkeeper.py pyln-testing: don't default openchannel and fundwallet to p2sh-segwit, use bech32. 2023-01-14 21:17:45 +10:30
test_cln_rs.py ci: Use bzip2 and release to reduce artifact size 2023-01-16 13:53:48 +10:30
test_closing.py pytest: fix flake in test_closing_simple when we mine too fast. 2023-02-02 14:56:04 -06:00
test_connection.py pytest: test ip discovery for custom port 2023-01-25 17:57:04 +01:00
test_db.py tests: use listpeerchannels. 2023-01-13 10:42:42 +10:30
test_gossip.py plugins/topology: add direction field to listchannels. 2023-01-30 15:15:41 -06:00
test_invoices.py pytest: use bech32 addresses everywhere. 2023-01-14 21:17:45 +10:30
test_misc.py datastore: Add check for empty key array 2023-01-31 10:23:18 +10:30
test_mkfunding.py pytest: add tests for devtools/mkfunding 2023-01-09 14:50:30 -06:00
test_onion.py lightningd: remove support for legacy onion format. 2022-03-18 09:20:11 +10:30
test_opening.py pyln-testing: don't default openchannel and fundwallet to p2sh-segwit, use bech32. 2023-01-14 21:17:45 +10:30
test_pay.py pytest: neaten test_cln_sendpay_weirdness, rename. 2023-02-03 09:17:33 +10:30
test_plugin.py plugins/sql: fix foreign keys. 2023-02-02 14:56:04 -06:00
test_wallet.py pytest: use bech32 addresses everywhere. 2023-01-14 21:17:45 +10:30
utils.py tests/utils.py: use listpeerchannels. 2023-01-13 10:42:42 +10:30
valgrind-suppressions.txt pytest: Use valgrind target suppressions instead of skipping tests 2022-03-10 10:21:41 +10:30