nimbus-eth2/tests/fork_choice/tests_fork_choice.nim
Jacek Sieka ce49da6c0a
Introduce unittest2 and junit reports (#2522)
* Introduce unittest2 and junit reports

* fix XML path

* don't combine multiple CI runs

* fixup

* public combined report also

Co-authored-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com>
2021-04-28 18:41:02 +02:00

13 lines
399 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
# include to be able to use "suite"
import ./interpreter
suite "Fork Choice + Finality " & preset():
include scenarios/[no_votes, votes, ffg_01, ffg_02]