Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenht committed Aug 30, 2024
1 parent a117376 commit 39d7926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/ARAX/test/test_ARAX_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def test_connect_ulcerative_colitis_to_adalimumab():
assert len(message.query_graph.edges) == 3
assert len(message.results) > 0

@pytest.mark.slow
def test_connect_resveratrol_glyoxalase():
query = {"operations": {"actions": [
"create_message",
Expand Down Expand Up @@ -122,7 +121,6 @@ def test_connect_pde5i_alzheimer():
assert len(message.query_graph.edges) == 3
assert len(message.results) > 0

@pytest.mark.slow
def test_glucose_diabetes():
query = {"operations": {"actions": [
"create_message",
Expand Down

0 comments on commit 39d7926

Please sign in to comment.