Пример #1
0
 def test_get_transactions_test_unused(self):
     assert len(
         SmartbitAPI.get_transactions_testnet(TEST_ADDRESS_UNUSED)) == 0
Пример #2
0
 def test_get_transactions_test_used(self):
     assert len(
         SmartbitAPI.get_transactions_testnet(TEST_ADDRESS_USED2)) >= 444