updates
This commit is contained in:
@@ -86,6 +86,14 @@ class BenchConnectLcdTest(unittest.TestCase):
|
||||
def test_label_frame_marks_copy_in_progress_selector_006d_candidate(self):
|
||||
self.assertEqual(label_frame(bytes.fromhex("00006D000037")), "copy_in_progress_selector_006d_candidate")
|
||||
|
||||
def test_label_frame_marks_iris_mblack_link_reports(self):
|
||||
self.assertEqual(label_frame(bytes.fromhex("000013400009")), "known_iris_mblack_link_active_report_candidate")
|
||||
self.assertEqual(label_frame(bytes.fromhex("02001300004B")), "queued_iris_mblack_link_clear_report_candidate")
|
||||
self.assertEqual(
|
||||
label_frame(bytes.fromhex("010013C00088")),
|
||||
"queued_selector_0013_bit15_plus_iris_mblack_link_report_candidate",
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user