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

Extend DescribeSuite to have a test cases run against all three ethereum txn types #183

Open
timbrinded opened this issue Jun 30, 2023 · 0 comments
Labels
Core Related to core functionality and operation DX Related to developer experience feature feature request

Comments

@timbrinded
Copy link
Collaborator

rather than having to manually bake in the logic for deriving the test case ids, create a new test case function callback provided by describeSuite() which auto calculates this for you.

example:

it({id:"T01", title:"normal test" ..... })

itEth({title:"normal test" ..... })

in addition to testcase auto calc, it should provide a txnType string literal available to that context, so that any test logic can make use of that var in its tests.

N.B. Investigate if we can remove test case IDs entirely!

@timbrinded timbrinded added feature feature request Core Related to core functionality and operation DX Related to developer experience labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Related to core functionality and operation DX Related to developer experience feature feature request
Projects
None yet
Development

No branches or pull requests

1 participant