mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-03 20:44:54 +01:00
9 lines
187 B
Python
9 lines
187 B
Python
|
#! /usr/bin/python3
|
||
|
from pyln.proto.message import MessageNamespace
|
||
|
import pyln.proto.message.bolt2 as bolt2
|
||
|
|
||
|
|
||
|
# FIXME: more tests
|
||
|
def test_bolt_02_csv():
|
||
|
MessageNamespace(bolt2.csv)
|