tests: add post-clightning extra tests to scenarios

This commit is contained in:
Jonas Nick
2020-08-04 12:17:47 +00:00
parent 5fa0602a18
commit 5c0170c6b8
3 changed files with 51 additions and 47 deletions
+5
View File
@@ -25,12 +25,17 @@ def web_index():
assert_matches("curl -L localhost/store", "tshirt")
def post_clightning():
pass
extra_tests = {
"electrs": electrs,
"spark-wallet": spark_wallet,
"lightning-charge": lightning_charge,
"nanopos": nanopos,
"web-index": web_index,
"post-clightning": post_clightning,
}
run_tests(extra_tests)