mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
ce49da6c0a
* 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>
13 lines
399 B
Nim
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]
|