nimbus-eth2/tests/fork_choice/tests_fork_choice.nim

13 lines
425 B
Nim

# Don't forgot to run the following files as main modules:
# - beacon_chain/fork_choice/proto_array.nim (sanity checks for tiebreak)
# - beacon_chain/fork_choice/fork_choice.nim (sanity checks for compute_deltas)
{.used.}
import ../testutil, std/unittest
# include to be able to use "suiteReport"
import ./interpreter
suiteReport "Fork Choice + Finality " & preset():
include scenarios/[no_votes, votes, ffg_01, ffg_02]