core-lightning/contrib/pyln-client/tests
Michael Schmoock 0a01111395 pytest: check millisatoshi by float raises
This only adds a test that currently makes sure its not possible
to init a Millisatoshi by a floating number.

Discussion:
As @gallizoltan points out, initialization with a float should be possible:
https://github.com/ElementsProject/lightning/pull/4273#discussion_r540369093

> Millisatoshi(5) / 2 currently works, and removes the half msat.
> So, I think Millisatoshi(5 / 2) should be the same.
2020-12-14 17:11:04 +01:00
..
test_millisatoshi.py pyln: Migrate implementation from pylightning to pyln-client 2019-11-12 21:23:55 +01:00
test_plugin.py pyln: Plugin methods and hooks refuse to set results twice 2020-10-13 20:52:48 +02:00
test_units.py pytest: check millisatoshi by float raises 2020-12-14 17:11:04 +01:00