Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
François Rheault committed Oct 11, 2023
1 parent 3f5c374 commit 6e6975b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions scripts/tests/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
# If they already exist, this only takes 5 seconds (check md5sum)
fetch_data(get_testing_files_dict(), keys=['DSI.zip', 'trx_from_scratch.zip'])

# def test_help_option_convert_dsi(script_runner):
# ret = script_runner.run(['tff_convert_dsi_studio.py', '--help'])
# assert ret.success
#
#
# def test_help_option_convert(script_runner):
# ret = script_runner.run(['tff_convert_tractogram.py', '--help'])
# assert ret.success
#
#
# def test_help_option_generate_trx_from_scratch(script_runner):
# ret = script_runner.run(['tff_generate_trx_from_scratch.py', '--help'])
# assert ret.success
#
#
def test_help_option_convert_dsi(script_runner):
ret = script_runner.run(['tff_convert_dsi_studio.py', '--help'])
assert ret.success


def test_help_option_convert(script_runner):
ret = script_runner.run(['tff_convert_tractogram.py', '--help'])
assert ret.success


def test_help_option_generate_trx_from_scratch(script_runner):
ret = script_runner.run(['tff_generate_trx_from_scratch.py', '--help'])
assert ret.success


@pytest.mark.skipif(not dipy_available,
reason='Dipy is not installed.')
def test_execution_convert_dsi():
Expand Down

0 comments on commit 6e6975b

Please sign in to comment.