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

Hook up the Python-based unit tests for NVScoreVariants to our test suite #9011

Open
droazen opened this issue Oct 18, 2024 · 0 comments
Open
Assignees

Comments

@droazen
Copy link
Collaborator

droazen commented Oct 18, 2024

There are a number of Python-based unit tests for NVScoreVariants in src/main/python/org/broadinstitute/hellbender/scorevariants/tests, which use the standard Python unittest framework (https://docs.python.org/3/library/unittest.html).

We should ideally hook these up to the GATK test suite, and run them either via a gradle plugin for Python tests, or via a PythonScriptExecutor from a Java-based TestNG test. We'll need to figure out how to parse the test report for these tests and get the results to display nicely in github alongside the Java-based test results. We'll also need to look into whether the tests are cleaning up temp files properly, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants