You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the evmone-statetest tool takes one argument and loads JSON tests from the dir specified by this argument.
Add support for loading tests from multiple dirs (multiple args).
Also handle the case when the argument points to a file not a dir (useful for fuzzing tools or just executing single test).
Test names are created from the file test path as a relative path to the dir root. Having mutiple dirs/files we probably should first find the common root of these and then create test names from relative path to the common root.
Currently the
evmone-statetest
tool takes one argument and loads JSON tests from the dir specified by this argument.Add support for loading tests from multiple dirs (multiple args).
Also handle the case when the argument points to a file not a dir (useful for fuzzing tools or just executing single test).
Test names are created from the file test path as a relative path to the dir root. Having mutiple dirs/files we probably should first find the common root of these and then create test names from relative path to the common root.
Start with
statetests_multiple_dirs
branch.The text was updated successfully, but these errors were encountered: