Skip to content

Commit

Permalink
Merge pull request #241 from eurunuela/shorter_tests
Browse files Browse the repository at this point in the history
Update testing to use short files.
  • Loading branch information
eurunuela authored Jun 16, 2020
2 parents 5001d43 + 156478a commit 1ea3ce2
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 92 deletions.
16 changes: 5 additions & 11 deletions phys2bids/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ def samefreq_full_acq_file(testpath):
'Test_belt_pulse_samefreq.acq')


@pytest.fixture
def samefreq_full_txt_file(testpath):
return fetch_file('sdz4n', testpath,
'Test_belt_pulse_samefreq.txt')


@pytest.fixture
def samefreq_short_txt_file(testpath):
return fetch_file('4yudk', testpath,
Expand All @@ -58,7 +52,7 @@ def samefreq_short_txt_file(testpath):

@pytest.fixture
def samefreq_noheader_txt_file(testpath):
return fetch_file('sre3h', testpath,
return fetch_file('xbwq9', testpath,
'Test_belt_pulse_samefreq_no_header.txt')


Expand All @@ -70,11 +64,11 @@ def multifreq_acq_file(testpath):

@pytest.fixture
def multifreq_lab_file(testpath):
return fetch_file('q4x2f', testpath,
'Test_2minRest_trig_multifreq_header_comment.txt')
return fetch_file('7se4t', testpath,
'Test1_multifreq_onescan.txt')


@pytest.fixture
def notime_lab_file(testpath):
return fetch_file('5829m', testpath,
'Test2_trigger_CO2_O2_pulse_1000Hz_534TRs_no_time.txt')
return fetch_file('cv5zr', testpath,
'Test2_samefreq_onescan_notime.txt')
Loading

0 comments on commit 1ea3ce2

Please sign in to comment.