nimbus-eth2/tests/consensus_spec
Etan Kissling 80d532abd7
avoid forgetting to quit in `os_ops` tools if log fails (#5986)
`stderr.write` may fail, e.g., if no tty is connected, which may happen
in some CI configurations. Discard such failures and continue quitting
instead of raising the error.
2024-02-28 16:04:34 +00:00
..
altair add `{.raises.}` annotations to `test_fixture_operations` (#5984) 2024-02-28 11:54:29 +00:00
bellatrix add `{.raises.}` annotations to `test_fixture_operations` (#5984) 2024-02-28 11:54:29 +00:00
capella add `{.raises.}` annotations to `test_fixture_operations` (#5984) 2024-02-28 11:54:29 +00:00
deneb add `{.raises.}` annotations to `test_fixture_operations` (#5984) 2024-02-28 11:54:29 +00:00
phase0 add `{.raises.}` annotations to `test_fixture_operations` (#5984) 2024-02-28 11:54:29 +00:00
README.md test fixture cleanups (#2976) 2021-10-12 13:36:52 +02:00
all_tests.nim some EF KZG test harnesses (#5733) 2024-01-12 22:29:43 +00:00
consensus_spec_tests_preset.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
fixtures_utils.nim Revert "initial Electra support skeleton" (#5955) 2024-02-25 19:42:44 +00:00
os_ops.nim avoid forgetting to quit in `os_ops` tools if log fails (#5986) 2024-02-28 16:04:34 +00:00
test_fixture_fork.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
test_fixture_fork_choice.nim add push raises to tests; rm unused test code (#5948) 2024-02-24 04:41:58 +01:00
test_fixture_kzg.nim add `{.push raises: [].}` to more files (#5943) 2024-02-22 11:03:09 +01:00
test_fixture_light_client_single_merkle_proof.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
test_fixture_light_client_sync.nim rm unused code in {ncli,research,tests}/ (#5809) 2024-01-21 07:55:03 +01:00
test_fixture_light_client_update_ranking.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
test_fixture_merkle_proof.nim add test runner for v1.4.0-beta.4 Merkle proof tests (#5567) 2023-11-04 20:35:41 +01:00
test_fixture_sanity_blocks.nim add Electra overloads for spec functions; add Electra block processing (#5963) 2024-02-26 02:38:21 +00:00
test_fixture_sanity_slots.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
test_fixture_ssz_generic_types.nim add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
test_fixture_transition.nim add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00

README.md

Tests based on scenarios generated from the consensus spec.