rgb-cln/contrib/pylightning/tests
Christian Decker 3418e59d76 pyln: Split pylightning into multiple pyln modules
This is the first step to transition to a better organized python module
structure. Sadly we can't reuse the `pylightning` module as a namespace module
since having importable things in the top level of the namespace is not
allowed in any of the namespace variants [1], hence we just switch over to the
`pyln` namespace. The code the was under `lightning` will now be reachable
under `pyln.client` and we add the `pyln.proto` module for all the things that
are independent of talking to lightningd and can be used for protocol testing.

[1] https://packaging.python.org/guides/packaging-namespace-packages/

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-09-30 13:27:37 +02:00
..
test_millisatoshi.py pylightning: adds a millisatoshi test class 2019-09-03 19:02:04 +02:00
test_plugin.py pylightning: Clean up the argument binding 2019-05-10 23:07:49 +00:00
test_units.py test: pylightning to_approx_str 2019-05-22 22:13:06 +02:00