예제 #1
0
 def test_get_balance_main_unused(self):
     assert SmartbitAPI.get_balance(MAIN_ADDRESS_UNUSED) == 0
예제 #2
0
 def test_get_balance_return_type(self):
     assert isinstance(SmartbitAPI.get_balance(MAIN_ADDRESS_USED1), int)