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

TEST: Move tests into fsl package

parent 8d8d83ad
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 9 deletions
include AUTHOR include AUTHOR
include CHANGELOG.rst include CHANGELOG.rst
include COPYRIGHT include COPYRIGHT
recursive-include doc * include LICENSE
recursive-include tests * include README.rst
recursive-include doc *
recursive-include fsl/tests *
File moved
File moved
File moved
...@@ -17,7 +17,7 @@ import numpy as np ...@@ -17,7 +17,7 @@ import numpy as np
from unittest import mock from unittest import mock
import pytest import pytest
import tests import fsl.tests as tests
import fsl.utils.image.resample as resample import fsl.utils.image.resample as resample
import fsl.data.atlases as atlases import fsl.data.atlases as atlases
import fsl.data.image as fslimage import fsl.data.image as fslimage
......
File moved
File moved
File moved
File moved
...@@ -3,7 +3,7 @@ import os.path as op ...@@ -3,7 +3,7 @@ import os.path as op
import numpy as np import numpy as np
import nibabel as nib import nibabel as nib
from numpy import testing from numpy import testing
import tests import fsl.tests as tests
from nibabel.cifti2 import cifti2_axes from nibabel.cifti2 import cifti2_axes
......
File moved
File moved
...@@ -10,7 +10,7 @@ import numpy as np ...@@ -10,7 +10,7 @@ import numpy as np
import pytest import pytest
import tests import fsl.tests as tests
import fsl.data.dtifit as dtifit import fsl.data.dtifit as dtifit
import fsl.data.image as fslimage import fsl.data.image as fslimage
......
File moved
...@@ -17,7 +17,7 @@ import numpy as np ...@@ -17,7 +17,7 @@ import numpy as np
import pytest import pytest
import tests import fsl.tests as tests
import fsl.data.featanalysis as featanalysis import fsl.data.featanalysis as featanalysis
import fsl.data.featdesign as featdesign import fsl.data.featdesign as featdesign
import fsl.data.image as fslimage import fsl.data.image as fslimage
......
...@@ -108,7 +108,7 @@ import numpy as np ...@@ -108,7 +108,7 @@ import numpy as np
import pytest import pytest
import tests import fsl.tests as tests
from fsl.utils.tempdir import tempdir from fsl.utils.tempdir import tempdir
import fsl.data.featdesign as featdesign import fsl.data.featdesign as featdesign
import fsl.data.featanalysis as featanalysis import fsl.data.featanalysis as featanalysis
......
...@@ -16,7 +16,7 @@ import numpy as np ...@@ -16,7 +16,7 @@ import numpy as np
import pytest import pytest
import tests import fsl.tests as tests
import fsl.data.featimage as featimage import fsl.data.featimage as featimage
import fsl.data.featdesign as featdesign import fsl.data.featdesign as featdesign
import fsl.data.featanalysis as featanalysis import fsl.data.featanalysis as featanalysis
...@@ -138,7 +138,7 @@ def test_FEATImage_imageAccessors(): ...@@ -138,7 +138,7 @@ def test_FEATImage_imageAccessors():
shape = TEST_ANALYSES[featdir]['shape'] shape = TEST_ANALYSES[featdir]['shape']
xform = TEST_ANALYSES[featdir]['xform'] xform = TEST_ANALYSES[featdir]['xform']
with tests.testdir() as testdir: with tests.testdir() as testdir:
if 'realdata' not in featdir: if 'realdata' not in featdir:
......
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