test_wide_container()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip7620_eof_create/test_subcontainer_validation.py::test_wide_container@21fb11c8
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7692_eof_v1/eip7620_eof_create/test_subcontainer_validation.py::test_wide_container --fork Osaka
Test a container with the maximum number of sub-containers.
Source code in tests/osaka/eip7692_eof_v1/eip7620_eof_create/test_subcontainer_validation.py
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 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | width | exception |
---|---|---|
...fork_Osaka-eof_test-256 | 256 | None |
...fork_Osaka-eof_test-257 | 257 | EOFException.TOO_MANY_CONTAINERS |
...fork_Osaka-eof_test-negative_i16 | 32768 | EOFException.CONTAINER_SIZE_ABOVE_LIMIT |
...fork_Osaka-eof_test-max_u16 | 65535 | EOFException.CONTAINER_SIZE_ABOVE_LIMIT |