Exemplo n.º 1
0
 def test_to_block_index(self):
     index = BlockIndex(10, [0, 5], [4, 5])
     self.assertIs(index.to_block_index(), index)
Exemplo n.º 2
0
 def test_to_block_index(self):
     index = BlockIndex(10, [0, 5], [4, 5])
     assert index.to_block_index() is index
Exemplo n.º 3
0
 def test_to_block_index(self):
     index = BlockIndex(10, [0, 5], [4, 5])
     assert index.to_block_index() is index