Skip to content

Commit 044333b

Browse files
committed
fix: updated test writer with additional metadata
1 parent 09b11fb commit 044333b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/interface_inputspec_testwriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spm_metadata = ['field', 'mandatory', 'copyfile', 'xor', 'requires', 'usedefault']
22
cmd_metadata = ['argstr', 'mandatory', 'copyfile', 'xor', 'requires', 'usedefault',
3-
'sep']
3+
'sep', 'genfile', 'hash_files']
44
py_metadata = ['mandatory', 'copyfile', 'xor', 'requires', 'usedefault']
55

66
def create_spmtest_func(pkg, interface, object):

0 commit comments

Comments
 (0)