-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implement test matching pattern in hivesim-rs #30
Comments
@dhavall13 Could you open a PR with the proposed change and we can review/discuss it there? |
hi @ogenev |
yes, it is open. |
could you please explain the scope of the issue and assign it? |
We want a functionality to match a test to a regex pattern. The idea is to use hive Right now, |
hi @ogenev, I didn't realise that this is not a ticket for the go implementation if anyone else can assist with the issue, kindly do so |
Running and matching on a specific portal hive test helps us with local development and debugging.
Example implementation in GO: https://github.com/ethereum/portal-hive/blob/main/hivesim/testmatch.go
The text was updated successfully, but these errors were encountered: