Exemple #1
0
 def test_get_transaction(self):
     assert (len(
         str(BitcoinDotComAPI.get_transaction(MAIN_TX, network="mainnet")))
             >= 156)
Exemple #2
0
 def test_get_transaction_testnet(self):
     assert (len(
         str(BitcoinDotComAPI.get_transaction(TEST_TX2, network="testnet")))
             >= 156)
Exemple #3
0
 def test_get_transaction(self):
     assert len(str(BitcoinDotComAPI.get_transaction(MAIN_TX))) >= 156