add request_force_close command to CLI

add regtest for channel backup
This commit is contained in:
ThomasV
2021-03-12 16:10:02 +01:00
parent bed4ddbcb4
commit f16358ec3c
3 changed files with 33 additions and 0 deletions
+3
View File
@@ -36,6 +36,9 @@ class TestLightning(unittest.TestCase):
class TestLightningAB(TestLightning):
agents = ['alice', 'bob']
def test_backup(self):
self.run_shell(['backup'])
def test_breach(self):
self.run_shell(['breach'])