def test_strToUInt_fail(self): self.assertEqual(bc.strToUInt(b'\x0e\x0f\x10\x11\x0e\x0f\x10'), -9999)
def test_strToUInt(self): self.assertEqual(bc.strToUInt(b'\x0e\x0f\x10\x11'), 235868177)