Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
namespace | test_iguana |
Functions | |
def | test_iguana.iguana (*args, expected_stderr="", expected_returncode=None) |
def | test_iguana.test_version () |
def | test_iguana.test_help () |
def | test_iguana.test_parse_error () |
def | test_iguana.test_invalid_format () |
def | test_iguana.test_invalid_inputindex () |
def | test_iguana.test_sig_push_only () |
def | test_iguana.test_script_sig_success () |
def | test_iguana.test_script_sig_invalid_opcode_encoding () |
def | test_iguana.test_script_pub_key_success () |
def | test_iguana.test_script_pub_key_failure () |
def | test_iguana.test_script_pub_key_empty_stack () |
def | test_iguana.test_script_pub_key_false_stack () |
def | test_iguana.test_script_pub_key_cleanstack () |
def | test_iguana.test_redeem_script_success () |
def | test_iguana.test_redeem_script_error () |
def | test_iguana.test_redeem_script_exception () |
def | test_iguana.test_redeem_script_empty_stack () |
def | test_iguana.test_redeem_script_false () |
def | test_iguana.test_redeem_script_cleanstack () |
def | test_iguana.test_redeem_script_input_sigchecks () |