', flush=True) - -f = open("../tdata/tests.json") +# Putting this here You can see render the page while it is being generated +print( PlumedToHTML.get_html_header() ) +f = open("./tdata/tests.json") tests = json.load(f) f.close() for item in tests["regtests"] : actions = set({}) out = PlumedToHTML.test_and_get_html( item["input"], "plinp" + str(item["index"]), actions=actions ) - print("Input number " + str(item["index"])) + + print(f"

Input number {item['index']}

") + #this visualizes the "from-to" and it is more clear to eye-check what is going on + print("
")
+    print(item["input"])
+    print("
") print( out ) -print( PlumedToHTML.get_html_header() ) print('