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
1bbb68d9
Commit
1bbb68d9
authored
Feb 28, 2018
by
Paul McCarthy
🚵
Browse files
Pytest marker for those imcp/immv tests that need to be run as non-root.
parent
079b1080
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_immv_imcp.py
View file @
1bbb68d9
...
...
@@ -16,6 +16,8 @@ import os
import
shutil
import
tempfile
import
pytest
import
nibabel
as
nib
import
fsl.utils.imcp
as
imcp
...
...
@@ -389,6 +391,7 @@ def test_imcp_script_shouldPass(move=False):
shutil
.
rmtree
(
outdir
)
@
pytest
.
mark
.
noroottest
def
test_imcp_script_shouldFail
(
move
=
False
):
# - len(srcs) > 1 and dest is not dir
...
...
@@ -508,6 +511,7 @@ def test_immv_script_shouldPass():
test_imcp_script_shouldPass
(
move
=
True
)
@
pytest
.
mark
.
noroottest
def
test_immv_script_shouldFail
():
test_imcp_script_shouldFail
(
move
=
True
)
...
...
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