core-lightning/tests
Rusty Russell cc342fda83 pylightning: make sure UTF-8 gets passed intact.
1. We need to read in as a byte string, then decode into utf8 once we
   have a marker.  Otherwise we seem to mangle it horribly, and we
   might have a bad utf8 string anyway.

2. We need to suppress the JSON \u escapes on output.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-03-05 11:43:22 +01:00
..
data pytest: test starting with db corrupted by dangling peer. 2019-02-21 12:03:54 +01:00
plugins pytest: test passing utf8 into and out of plugin JSON. 2019-03-05 11:43:22 +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 newaddr: deprecate 'address' output. 2019-03-04 15:11:20 +01:00
test_connection.py newaddr: deprecate 'address' output. 2019-03-04 15:11:20 +01:00
test_db.py db: fix dangling peers on db upgrade. 2019-02-21 12:03:54 +01: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 newaddr: deprecate 'address' output. 2019-03-04 15:11:20 +01:00
test_misc.py newaddr: deprecate 'address' output. 2019-03-04 15:11:20 +01:00
test_pay.py listsendpays: updated version of listpayments. 2019-02-23 05:45:25 +00:00
test_plugin.py pylightning: make sure UTF-8 gets passed intact. 2019-03-05 11:43:22 +01:00
utils.py newaddr: deprecate 'address' output. 2019-03-04 15:11:20 +01:00