DEVSU-3011 Missing Canned Variant Text - #117
Conversation
- Update get_ipr_analyst_comments method with 'projects' key in queried variant-text being a list instead of single value (since projects and variant texts now have many-to-many relationship bcgsc/pori_ipr_api#499) - Update project name matching logic to new projects data structure
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #117 +/- ##
===========================================
- Coverage 84.04% 83.84% -0.20%
===========================================
Files 18 18
Lines 2613 2613
===========================================
- Hits 2196 2191 -5
- Misses 417 422 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
- Integrate IprConnection in mock result outputs so changes in IPR schema would fail tests here
|
Just to keep track of things. As discussed about integration tests, maybe add a variant-text/schema route on the api side, then compare expected format with actual schema. |
…nt text schema - Validate schema generated by mock ipr results with actual schema from IPR API
IMO the place an integration test would go would be in something like test_upload. But we haven't been running that from github iirc because it takes too long. |
- Update ipr url variable name for consistency
…porarily until api release
- Update ipr api url used for integrated tests - Fix type declaration in summary
Requires IPR API PR: bcgsc/pori_ipr_api#516