This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
[json-tests] run all tests (or justify why not) #11085
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
F4-tests 💻
Tests need fixing, improving or augmenting.
P5-sometimesoon 🌲
Issue is worth doing soon.
Q2-easy 💃
Can be fixed by copy and pasting from StackOverflow.
The json tests from https://github.com/ethereum/tests are organized in folders. We use the
decl_test!
macro to slurp up all the test files and build rust tests out of them. It is possible that we do not have adecl_test!
for all folders. If that is so, add the missing test folders with adecl_macro!
or figure out why a certain folder is not relevant to us.Bonus points for figuring out a way to build the tests that does not require us to manually maintain a list of test file folders.
The text was updated successfully, but these errors were encountered: