Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 11, 2024
1 parent 3d70253 commit 0c57337
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/fmripost_aroma/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@

def pytest_addoption(parser):
"""Collect pytest parameters for running tests."""
parser.addoption(
'--working_dir',
action='store',
default='/home/runner/work/pytests/work',
)
parser.addoption(
'--data_dir',
action='store',
default='/home/runner/work/pytests/data',
default='/home/runner/fmripost_aroma/fmripost_aroma/tests/data',
)
parser.addoption(
'--output_dir',
action='store',
default='/home/runner/work/pytests/out',
)
parser.addoption(
'--working_dir',
action='store',
default='/home/runner/work/pytests/work',
)


# Set up the commandline options as fixtures
Expand Down

0 comments on commit 0c57337

Please sign in to comment.