Skip to content

Commit 545a5fe

Browse files
committed
MNT: make specs
1 parent d50c185 commit 545a5fe

File tree

3 files changed

+11
-74
lines changed

3 files changed

+11
-74
lines changed

nipype/interfaces/ants/tests/test_auto_AntsJointFusion.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

nipype/interfaces/ants/tests/test_auto_FixHeaderANTSCommand.py

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2+
from ..fixheader import CopyHeaderInterface
3+
4+
5+
def test_CopyHeaderInterface_inputs():
6+
input_map = dict()
7+
inputs = CopyHeaderInterface.input_spec()
8+
9+
for key, metadata in list(input_map.items()):
10+
for metakey, value in list(metadata.items()):
11+
assert getattr(inputs.traits()[key], metakey) == value

0 commit comments

Comments
 (0)