Exemple #1
0
 def test_get_transactions_main_used(self):
     assert len(BCCBlockAPI.get_transactions(MAIN_ADDRESS_USED1)) >= 218
Exemple #2
0
 def test_get_transactions_main_unused(self):
     assert len(BCCBlockAPI.get_transactions(MAIN_ADDRESS_UNUSED)) == 0
Exemple #3
0
 def test_get_transactions_return_type(self):
     assert iter(BCCBlockAPI.get_transactions(MAIN_ADDRESS_USED1))