예제 #1
0
 def test_to_int_index(self):
     index = IntIndex(10, [2, 3, 4, 5, 6])
     self.assertIs(index.to_int_index(), index)
예제 #2
0
 def test_to_int_index(self):
     index = IntIndex(10, [2, 3, 4, 5, 6])
     assert index.to_int_index() is index
예제 #3
0
 def test_to_int_index(self):
     index = IntIndex(10, [2, 3, 4, 5, 6])
     assert index.to_int_index() is index