Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update test data #385

Merged
merged 2 commits into from
Dec 26, 2024
Merged

test: update test data #385

merged 2 commits into from
Dec 26, 2024

Conversation

korikuzma
Copy link
Member

close #384

@korikuzma korikuzma added priority:high High priority test Changes to test code only labels Dec 26, 2024
@korikuzma korikuzma self-assigned this Dec 26, 2024
Comment on lines -664 to -676
def test_mhb(check_resp_single_record, ncbi, mhb):
"""Test that MHB normalizes to correct gene concept."""
# Concept ID
resp = ncbi.search("NCBIgene:619511")
check_resp_single_record(resp, mhb, MatchType.CONCEPT_ID)

# Symbol
resp = ncbi.search("MHB")
check_resp_single_record(resp, mhb, MatchType.SYMBOL)

# associated_with
resp = ncbi.search("OMIM:255160")
check_resp_single_record(resp, mhb, MatchType.ASSOCIATED_WITH)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This got discontinued. We already have tests for discontinued symbols / genes with previous symbols, so removed this test.

@korikuzma korikuzma merged commit 02ef075 into main Dec 26, 2024
24 checks passed
@korikuzma korikuzma deleted the issue-384 branch December 26, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High priority test Changes to test code only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update local test data to align with remote data
2 participants