Skip to content

Commit

Permalink
feat(test): minor addition to test to make sure the breakpoints are u…
Browse files Browse the repository at this point in the history
…ncertain
  • Loading branch information
andreasprlic committed Dec 11, 2023
1 parent 722b142 commit c15c552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_hgvs_sequencevariant.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ def test_uncertain(self):
self.assertEqual(vs, str(v))
self.assertEqual(v.posedit.pos.start.start.base, 90136803)
self.assertEqual(v.posedit.pos.start.end.base, 90144453)
self.assertEqual(v.posedit.pos.start.uncertain, True)
self.assertEqual(v.posedit.pos.end.start.base, 90159675)
self.assertEqual(v.posedit.pos.end.end.base, 90261231)
self.assertEqual(v.posedit.pos.end.uncertain, True)
self.assertEqual(type(v.posedit.edit).__name__, "Dup")

vs2 = "NC_000009.11:g.(?_108337304)_(108337428_?)del"
Expand Down

0 comments on commit c15c552

Please sign in to comment.