Skip to content

Commit

Permalink
Add tests from make check-before-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreroutier committed Aug 8, 2021
1 parent 53dd0a4 commit a1d56ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nipype/interfaces/mrtrix/tests/test_auto_DWI2Tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def test_DWI2Tensor_inputs():
mandatory=True,
position=-2,
),
mask=dict(
argstr="-mask %s",
extensions=None,
),
out_filename=dict(
argstr="%s",
extensions=None,
Expand Down
5 changes: 5 additions & 0 deletions nipype/interfaces/mrtrix/tests/test_auto_MRTransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ def test_MRTransform_inputs():
argstr="-inverse",
position=1,
),
linear_transform=dict(
argstr="-linear %s",
extensions=None,
position=1,
),
out_filename=dict(
argstr="%s",
extensions=None,
Expand Down

0 comments on commit a1d56ab

Please sign in to comment.