Files
linea-besu/.gitmodules
Diego López León 02d389a19e Migrate referenceTests to Junit5 (#3850)
* Remove deprecated cleanup task
* Move util class into test-support
This is because this class can be used outside the scope of the junit tests but it'll not be part of main
* Move referenceTests into its own scope
* Migrate referenceTests to Junit5

I inlined `o.h.b.e.vm.AbstractRetryingTest` into `o.h.b.e.vm.VMReferenceTest` because there was a single usage of the abstraction and also because it wasn't portable to how Junit5 parameters work

Signed-off-by: Diego López León <dieguitoll@gmail.com>

Co-authored-by: Danno Ferrin <danno.ferrin@gmail.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
2022-06-02 13:38:56 +12:00

9 lines
303 B
Plaintext

[submodule "eth-ref-tests"]
path = ethereum/referencetests/src/reference-test/external-resources
url = https://github.com/ethereum/tests.git
ignore = all
[submodule "qbft-ref-tests"]
path = consensus/qbft/src/reference-test/resources
url = https://github.com/ConsenSys/qbft-tests.git
ignore = all