Skip to content

Commit

Permalink
disable cbioportal download test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Apr 24, 2024
1 parent a9607af commit 2cf2c25
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pypgatk/tests/pypgatk_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,16 @@ def test_download_ensembl_data_37(self):
'--grch37'])
self.assertEqual(result.exit_code, 0)

def test_download_cbioportal_data(self):
"""
Test downloading cbioportal data for study id: paac_jhu_2014
:return:
"""
runner = CliRunner()
result = runner.invoke(cli,
['cbioportal-downloader', '--config_file', 'config/cbioportal_config.yaml',
'--download_study', 'paac_jhu_2014', '--output_directory', 'testdata'])
self.assertEqual(result.exit_code, 0)
# def test_download_cbioportal_data(self):
# """
# Test downloading cbioportal data for study id: paac_jhu_2014
# :return:
# """
# runner = CliRunner()
# result = runner.invoke(cli,
# ['cbioportal-downloader', '--config_file', 'config/cbioportal_config.yaml',
# '--download_study', 'paac_jhu_2014', '--output_directory', 'testdata'])
# self.assertEqual(result.exit_code, 0)

def test_download_cbioportal_data_noconfig(self):
"""
Expand Down

0 comments on commit 2cf2c25

Please sign in to comment.