mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Ef test version update (#4142)
* Revert "revert change to ef_tests" This reverts commit1093ba1a27. * Revert "Revert "Use consensus-spec-tests `v1.3.0-rc.3` (#4021)"" This reverts commit20be7024e1. * update tests
This commit is contained in:
@@ -57,9 +57,11 @@ excluded_paths = [
|
||||
"tests/general/deneb/kzg"
|
||||
]
|
||||
|
||||
|
||||
def normalize_path(path):
|
||||
return path.split("consensus-spec-tests/")[1]
|
||||
|
||||
|
||||
# Determine the list of filenames which were accessed during tests.
|
||||
passed = set()
|
||||
for line in open(accessed_files_filename, 'r').readlines():
|
||||
@@ -92,4 +94,5 @@ for root, dirs, files in os.walk(tests_dir_filename):
|
||||
# Exit with an error if there were any files missed.
|
||||
assert len(missed) == 0, "{} missed files".format(len(missed))
|
||||
|
||||
print("Accessed {} files ({} intentionally excluded)".format(accessed_files, excluded_files))
|
||||
print("Accessed {} files ({} intentionally excluded)".format(
|
||||
accessed_files, excluded_files))
|
||||
|
||||
Reference in New Issue
Block a user