Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate if its possible to skip generateReferenceTestClasses by dynamically executing tests #8629

Open
david-ry4n opened this issue Sep 23, 2024 · 0 comments

Comments

@david-ry4n
Copy link
Contributor

Description

The generateReferenceTestClasses currently creates wrapper test classes in eth-reference-tests/src/referenceTest/generated_tests. The classes are wrappers around the tests expanded into the resources directory. It might be possible to use junit dynamic tests instead and skip the gerenateReferenceTestClasses task altogether (e.g. https://www.baeldung.com/junit5-dynamic-tests). There may be a reason this is not possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant