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 variable selectors to args #79

Closed
wants to merge 7 commits into from
Closed

Conversation

evilrobot-01
Copy link
Contributor

@evilrobot-01 evilrobot-01 commented Nov 11, 2022

  • add variable selectors to args, allowing argument value to be resolved from a nested value within a variable
  • support indexing [] within argument variable selectors
  • add pallet/call query checks (discovered an unhandled error scenario when I misspelled a pallet)
  • support multiple aserts of same type (list/map) to simpifly test structure which makes use of same assert type multiple times
  • run asserts in parallel to speed up runs
  • run queries in parallel where possible to speed up runs (provided no query arguments reference variables)
  • tests
    • add assert & variable tests
    • add query test which ensures query chaining (value from one result fed into argument of next)

@evilrobot-01 evilrobot-01 linked an issue Nov 11, 2022 that may be closed by this pull request
@evilrobot-01 evilrobot-01 force-pushed the frank/feat-arg-selector branch from 135f0dd to 1e4dceb Compare November 15, 2022 19:52
@evilrobot-01
Copy link
Contributor Author

@NachoPal Have rebased this locally, but it needs a number of fixes I have already applied to #77 so perhaps you can review/approve that and then I can continue getting the PR updated/resolved?

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.

Support multiple asserts of same type
1 participant