tests: make lnd & clightning tests run concurrently

This commit is contained in:
nixbitcoin
2020-08-04 14:07:12 +00:00
parent ac96fd59db
commit 46e15ee9cc
4 changed files with 27 additions and 25 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ def web_index():
assert_matches("curl -L localhost/store", "tshirt")
def post_clightning():
def final():
pass
@@ -35,7 +35,7 @@ extra_tests = {
"lightning-charge": lightning_charge,
"nanopos": nanopos,
"web-index": web_index,
"post-clightning": post_clightning,
"final": final,
}
run_tests(extra_tests)