test_self_destructing_initcode_create_tx()¶
Documentation for tests/cancun/eip6780_selfdestruct/test_selfdestruct.py::test_self_destructing_initcode_create_tx@b314d18e.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip6780_selfdestruct/test_selfdestruct.py::test_self_destructing_initcode_create_tx --fork Amsterdam
Use a Create Transaction to execute a self-destructing initcode.
Behavior should be the same before and after EIP-6780.
Test using
- Different initial balances for the self-destructing contract
- Different transaction value amounts
Source code in tests/cancun/eip6780_selfdestruct/test_selfdestruct.py
575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 | |
Parametrized Test Cases¶
This test generates 4 parametrized test cases across 5 forks.