We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d539f1a commit 6a3a377Copy full SHA for 6a3a377
scripts/traces_to_test.py
@@ -25,6 +25,9 @@
25
26
test = traces_to_test(inout_file, root)
27
28
+print("create test directory {}".format(root))
29
+os.makedirs(root, exist_ok=True)
30
+
31
test_yaml_file = os.path.join(root, 'test.yaml')
32
print("generating {}".format(test_yaml_file))
33
with open(test_yaml_file, "w") as f:
0 commit comments