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

Add possibility to filter equality tests based on RegExp #52

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kamilchodola
Copy link

Motivation

I want to run only specific subset of tests for example:

  1. Compare Nethermind and Erigon where erigon does have trace_*
  2. Compare Nethermind and Geth where geth do not have trace_* module.

This change allows me to split the runs for Geth and Erigon

Solution

Just simply give an opportunity to pass regexp patter to testname.
Works as usual for all and for specific test.
For pattern it looks like this:
image

PR Checklist

  • Added Tests -> Not yet, if needed I can add them but I see for equality currently there is only one.
  • Added Documentation -> Will add in next commit
  • Breaking changes -> None

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

Successfully merging this pull request may close these issues.

1 participant