Skip to content
Snippets Groups Projects
Commit af378e58 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: separate package for wrappers

parent 17e02232
No related branches found
No related tags found
No related merge requests found
...@@ -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):
......
...@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment