Ejemplo n.º 1
0
 def test_get_unspent_test_unused(self):
     assert len(SmartbitAPI.get_unspent_testnet(TEST_ADDRESS_UNUSED)) == 0
Ejemplo n.º 2
0
 def test_get_unspent_test_used(self):
     assert len(SmartbitAPI.get_unspent_testnet(TEST_ADDRESS_USED2)) >= 196