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