Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
af378e58
Commit
af378e58
authored
4 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
TEST: separate package for wrappers
parent
17e02232
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/test_wrappers/__init__.py
+0
-0
0 additions, 0 deletions
tests/test_wrappers/__init__.py
tests/test_wrappers/test_wrappers.py
+1
-1
1 addition, 1 deletion
tests/test_wrappers/test_wrappers.py
tests/test_wrappers/test_wrapperutils.py
+2
-2
2 additions, 2 deletions
tests/test_wrappers/test_wrapperutils.py
with
3 additions
and
3 deletions
tests/test_wrappers/__init__.py
0 → 100644
+
0
−
0
View file @
af378e58
This diff is collapsed.
Click to expand it.
tests/test_wrappers.py
→
tests/test_wrappers
/test_wrappers
.py
+
1
−
1
View file @
af378e58
...
@@ -17,7 +17,7 @@ import fsl.utils.assertions as asrt
...
@@ -17,7 +17,7 @@ import fsl.utils.assertions as asrt
import
fsl.utils.run
as
run
import
fsl.utils.run
as
run
from
fsl.utils.tempdir
import
tempdir
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
):
def
checkResult
(
cmd
,
base
,
args
,
stripdir
=
None
):
...
...
This diff is collapsed.
Click to expand it.
tests/test_wrapperutils.py
→
tests/test_
wrappers/test_
wrapperutils.py
+
2
−
2
View file @
af378e58
...
@@ -27,8 +27,8 @@ import fsl.data.image as fslimage
...
@@ -27,8 +27,8 @@ import fsl.data.image as fslimage
import
fsl.wrappers.wrapperutils
as
wutils
import
fsl.wrappers.wrapperutils
as
wutils
from
.
import
mockFSLDIR
,
cleardir
,
checkdir
,
testdir
from
.
.
import
mockFSLDIR
,
cleardir
,
checkdir
,
testdir
from
.test_run
import
mock_submit
from
.
.test_run
import
mock_submit
def
test_applyArgStyle
():
def
test_applyArgStyle
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment