core-lightning/tests
Rusty Russell cc95a56544 pylightning: handle msat fields in JSON more appropriately.
Little point having users handle the postfixes manually, this
translates them, and also allows Millisatoshi to be used wherever an
'int' would be previously.

There are also helpers to create the formatting in a way c-lightning's
JSONRPC will accept.

All standard arithmetic operations with integers work.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-21 03:44:44 +00:00
..
plugins pytest: Test the new peer_connected hook with a reject plugin 2019-02-20 15:37:59 +01:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
btcproxy.py pytest: create proper mock failures. 2019-01-29 04:50:01 +00:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
fixtures.py pytest: Have bitcoind own its proxies 2019-01-29 00:50:09 +00:00
requirements.txt pytest: Update test dependencies to latest version 2019-01-29 00:50:09 +00:00
test_closing.py misc: Update short_channel_id representation to use 'x' separators 2019-01-15 03:50:27 +00:00
test_connection.py pytest: Mark the worst gossip offenders as developer-only tests 2019-02-18 00:06:02 +00:00
test_gossip.py pytest: Mark the worst gossip offenders as developer-only tests 2019-02-18 00:06:02 +00:00
test_invoices.py pytest: Mark the worst gossip offenders as developer-only tests 2019-02-18 00:06:02 +00:00
test_misc.py pytest: add simple test for --daemon. 2019-02-18 12:01:06 +01:00
test_pay.py pylightning: handle msat fields in JSON more appropriately. 2019-02-21 03:44:44 +00:00
test_plugin.py pytest: Test the new peer_connected hook with a reject plugin 2019-02-20 15:37:59 +01:00
utils.py pytest: Stabilize the test_pay_direct test 2019-02-08 01:08:44 +00:00