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