Skip to content

Commit

Permalink
add csvreader autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Lindsey committed Mar 13, 2024
1 parent dcc2499 commit 5e84919
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nipype/interfaces/utility/tests/test_auto_CSVReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

def test_CSVReader_inputs():
input_map = dict(
delimiter=dict(
usedefault=True,
),
header=dict(
usedefault=True,
),
Expand Down

0 comments on commit 5e84919

Please sign in to comment.