-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
we could compose scenarios separately to make them more readable and reduce duplication.
Describe the solution you'd like
add a requires
field to the top-level scenario spec.
requires=["weth.toml", "uniV2.toml"]
[spam]
# ...
Then when parsing a TestConfig
add the [create]
and [setup]
steps from the requires
files to the given scenario config, in order and before any steps in the given config.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request