def test_strToSignedChar_fail(self): self.assertEqual(bc.strToSignedChar(b'\x0e\x0f\x0e'), -9999)
def test_strToSignedChar(self): self.assertEqual(bc.strToSignedChar(b'\x0e'), 14)