예제 #1
0
	def test_strToULongLong_fail(self):
		self.assertEqual(bc.strToULongLong(b'\x0e\x0f\x10\x11\x0e\x0f\x10'), -9999)
예제 #2
0
	def test_strToULongLong(self):
		self.assertEqual(bc.strToULongLong(b'\x0e\x0f\x10\x11\x0e\x0f\x10\x10'), 1013046106618007568)