예제 #1
0
파일: test_bit.py 프로젝트: Huub900/h9utils
 def test_other(self):
     self.assertEqual(bit_no(int('10010010011', 2)), 5)
예제 #2
0
파일: test_bit.py 프로젝트: Huub900/h9utils
 def test_zero(self):
     self.assertEqual(bit_no(0), 0)