core-lightning/contrib/pyln-proto/tests/test_bolt4.py
Rusty Russell 85bb93618b new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7}
These are autogenerated, but now they export their own
MessageNamespace, as well as the raw csv.

They also expose their SubtypeTypes, MessageTypes and TlvStreamTypes,
though in theory these could clash (they don't for now, and it'd be
kinda awkward if they did).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-12 15:35:35 +02:00

9 lines
187 B
Python

#! /usr/bin/python3
from pyln.proto.message import MessageNamespace
import pyln.proto.message.bolt4 as bolt4
# FIXME: more tests
def test_bolt_04_csv():
MessageNamespace(bolt4.csv)