We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51063f6 commit d14599aCopy full SHA for d14599a
testall.py
@@ -57,7 +57,7 @@
57
58
if not os.path.isdir("./json_out"):
59
os.makedirs("json_out")
60
-
+
61
for file_name in integ_tests:
62
print(file_name)
63
rc = os.system("python " + file_name + ".py")
0 commit comments