Skip to content

Commit 5e84919

Browse files
author
Zach Lindsey
committed
add csvreader autotest
1 parent dcc2499 commit 5e84919

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nipype/interfaces/utility/tests/test_auto_CSVReader.py

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
def test_CSVReader_inputs():
66
input_map = dict(
7+
delimiter=dict(
8+
usedefault=True,
9+
),
710
header=dict(
811
usedefault=True,
912
),

0 commit comments

Comments
 (0)