Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
af378e58
Commit
af378e58
authored
Mar 27, 2020
by
Paul McCarthy
🚵
Browse files
TEST: separate package for wrappers
parent
17e02232
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/test_wrappers/__init__.py
0 → 100644
View file @
af378e58
tests/test_wrappers.py
→
tests/test_wrappers
/test_wrappers
.py
View file @
af378e58
...
...
@@ -17,7 +17,7 @@ import fsl.utils.assertions as asrt
import
fsl.utils.run
as
run
from
fsl.utils.tempdir
import
tempdir
from
.
import
mockFSLDIR
,
make_random_image
from
.
.
import
mockFSLDIR
,
make_random_image
def
checkResult
(
cmd
,
base
,
args
,
stripdir
=
None
):
...
...
tests/test_wrapperutils.py
→
tests/test_
wrappers/test_
wrapperutils.py
View file @
af378e58
...
...
@@ -27,8 +27,8 @@ import fsl.data.image as fslimage
import
fsl.wrappers.wrapperutils
as
wutils
from
.
import
mockFSLDIR
,
cleardir
,
checkdir
,
testdir
from
.test_run
import
mock_submit
from
.
.
import
mockFSLDIR
,
cleardir
,
checkdir
,
testdir
from
.
.test_run
import
mock_submit
def
test_applyArgStyle
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment