Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 11, 2024
1 parent 57a80f0 commit 3d70253
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fmripost_aroma/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ def pytest_addoption(parser):
parser.addoption(
'--working_dir',
action='store',
default='/home/runner/work/fmripost-aroma/fmripost-aroma/tests/work',
default='/home/runner/work/pytests/work',
)
parser.addoption(
'--data_dir',
action='store',
default='/home/runner/work/fmripost-aroma/fmripost-aroma/tests/data',
default='/home/runner/work/pytests/data',
)
parser.addoption(
'--output_dir',
action='store',
default='/home/runner/work/fmripost-aroma/fmripost-aroma/tests/out',
default='/home/runner/work/pytests/out',
)


Expand Down
20 changes: 20 additions & 0 deletions src/fmripost_aroma/tests/data/dataset_description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Name": "fMRIPrep - fMRI PREProcessing workflow",
"BIDSVersion": "1.4.0",
"DatasetType": "derivative",
"GeneratedBy": [
{
"Name": "fMRIPrep",
"Version": "22.0.0",
"CodeURL": "https://github.com/nipreps/fmriprep/archive/22.0.0.tar.gz"
}
],
"HowToAcknowledge": "",
"SourceDatasets": [
{
"URL": "https://doi.org/10.18112/openneuro.ds001419.v1.0.1",
"DOI": "10.18112/openneuro.ds001419.v1.0.1"
}
],
"License": "CC0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"RepetitionTime": 2
}

0 comments on commit 3d70253

Please sign in to comment.