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: add coverage for dataproxy construction inputs #499

Merged
merged 5 commits into from
Feb 7, 2025
Merged

Conversation

jsstevenson
Copy link
Contributor

@jsstevenson jsstevenson commented Feb 6, 2025

  • check invalid inputs
  • ensure env var works

@jsstevenson jsstevenson added the priority:low Low priority label Feb 6, 2025
@jsstevenson jsstevenson requested review from a team as code owners February 6, 2025 13:47
@@ -20,3 +24,24 @@ def test_data_proxies(dp, request):
"ga4gh:SQ.v_QTc1p-MUYdgrRv4LMT6ByXIOsdw3C_", start=0, end=50
)
assert seq == "CCTCGCCTCCGTTACAACGGCCTACGGTGCTGGAGGATCCTTCTGCGCAC"


def test_invalid_data_proxy_uri():
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to test if uri is none?

@jsstevenson jsstevenson requested a review from korikuzma February 6, 2025 20:39
@jsstevenson jsstevenson changed the title test: add coverage for invalid dataproxy URIs test: add coverage for dataproxy construction inputs Feb 6, 2025
@jsstevenson jsstevenson merged commit 0b8702c into main Feb 7, 2025
14 checks passed
@jsstevenson jsstevenson deleted the dp-tests branch February 7, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low Low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants