Skip to content

Commit

Permalink
updated test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Jan 11, 2025
1 parent f21586a commit 8eb10c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/test_enrichment.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,8 @@ def test_kegg_enrichment_single_list_api():

@pytest.mark.skipif(not UNIPROT_AVAILABLE, reason='UniProt REST API is not available at the moment')
def test_kegg_pathway_graph():
kegg_pathway_graph('cel04020', None, 'WormBase')
kegg_pathway_graph('cel04020', {'WBGene00004039', 'WBGene00004039'}, 'WormBase')
kegg_pathway_graph('cel00020', None, 'WormBase')
kegg_pathway_graph('cel00020', {'WBGene00000041', 'WBGene00020950'}, 'WormBase')


def test_gene_ontology_graph():
Expand Down
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ def test_get_orthologs(self, non_unique_mode):

if non_unique_mode == 'first':
assert ortholog_one2one['G5EDF7'] == 'ENSG00000085511'
assert ortholog_one2one['P34544'] == 'ENSG00000055609'
assert ortholog_one2one['P34544'] == 'ENSG00000165671'


class TestRunRScript:
Expand Down

0 comments on commit 8eb10c7

Please sign in to comment.