Skip to content

Commit 1b9230e

Browse files
committed
TEST: Clean up test debris
1 parent f331188 commit 1b9230e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nipype/interfaces/image.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ class Reorient(SimpleInterface):
7777
[ 0. 0. 1. 0.]
7878
[ 0. 0. 0. 1.]]
7979
80+
.. testcleanup::
81+
82+
>>> import os
83+
>>> os.unlink(res.outputs.out_file)
84+
>>> os.unlink(res.outputs.transform)
85+
8086
"""
8187
input_spec = ReorientInputSpec
8288
output_spec = ReorientOutputSpec

0 commit comments

Comments
 (0)