Skip to content

Commit 735b011

Browse files
authored
Rename NIfTI test files from test_voxels to test_nifti (#48)
1 parent f8371f2 commit 735b011

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Integration test for s3:// path support in convoxel.
1+
"""Integration test for s3:// path support in nifti.
22
33
Requires network access and boto3. Run with:
44
pytest test/test_voxels_s3.py -v
@@ -56,8 +56,8 @@ def group_mask_path(tmp_path_factory):
5656

5757

5858
@pytest.mark.s3
59-
def test_convoxel_s3_parallel(tmp_path, group_mask_path, monkeypatch):
60-
"""convoxel downloads s3:// paths in parallel and produces a valid HDF5."""
59+
def test_nifti_s3_parallel(tmp_path, group_mask_path, monkeypatch):
60+
"""nifti downloads s3:// paths in parallel and produces a valid HDF5."""
6161
pytest.importorskip('boto3')
6262

6363
shutil.copy(group_mask_path, tmp_path / 'group_mask.nii.gz')
@@ -123,7 +123,7 @@ def test_convoxel_s3_parallel(tmp_path, group_mask_path, monkeypatch):
123123

124124

125125
@pytest.mark.s3
126-
def test_convoxel_s3_serial_matches_parallel(tmp_path, group_mask_path, monkeypatch):
126+
def test_nifti_s3_serial_matches_parallel(tmp_path, group_mask_path, monkeypatch):
127127
"""Serial (s3-workers=1) and parallel (s3-workers=4) produce identical data."""
128128
pytest.importorskip('boto3')
129129

0 commit comments

Comments
 (0)