We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4c7ea commit ce37a6eCopy full SHA for ce37a6e
tests/test_pyard.py
@@ -142,6 +142,11 @@ def test_fp_allele(self):
142
with self.assertRaises(InvalidTypingError):
143
self.ard.redux("A*0.123", "lgx")
144
145
+ def test_empty_fields(self):
146
+ with self.assertRaises(InvalidTypingError):
147
+ # : without any data
148
+ self.ard.redux("DQA1*01:01:01:G", "lgx")
149
+
150
def test_invalid_serology(self):
151
# Test that A10 works and the first one is 'A*25:01'
152
serology_a10 = self.ard.redux("A10", "lgx")
0 commit comments