Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 13, 2023
1 parent 5bb2245 commit f8de753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aslprep/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def mock_config():

config.execution.work_dir = Path(mkdtemp())
config.execution.bids_dir = Path(pkgrf("aslprep", "tests/data/ds000240")).absolute()
raise Exception(os.path.listdir(config.execution.bids_dir))
config.execution.init()

yield
Expand Down

0 comments on commit f8de753

Please sign in to comment.