prysm-pulse/testing/spectest
Potuz 0920fb1f61
Return early from ReceiveBlock if already sycned (#13089)
* Return early from ReceiveBlock if already sycned

* Fix bad setup test
2023-10-22 18:31:50 -03:00
..
general Deneb spectests release v1.4.0-beta.2-hotfix (#12959) 2023-09-28 21:05:23 +00:00
mainnet test:beta.1 deneb tests (#12680) 2023-08-31 08:41:57 -05:00
minimal Deneb spectests release v1.4.0-beta.2-hotfix (#12959) 2023-09-28 21:05:23 +00:00
shared Return early from ReceiveBlock if already sycned (#13089) 2023-10-22 18:31:50 -03:00
utils Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
README.md Move Spectests Into a Testing/ Folder (#9582) 2021-09-14 16:02:58 +00:00

Spec Tests

Spec testing vectors: https://github.com/ethereum/consensus-spec-tests

To run all mainnet spec tests:

bazel test //... --test_tag_filters=spectest

Minimal tests require --define ssz=minimal setting and are not triggered automatically when //... is selected. One can run minimal tests manually, though:

bazel query 'tests(attr("tags", "minimal, spectest", //...))' | xargs bazel test --define ssz=minimal