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

Allow test assets to specify a parent (and all children or synonyms), or specify a set #107

Open
jh111 opened this issue Sep 10, 2024 · 0 comments
Assignees

Comments

@jh111
Copy link
Collaborator

jh111 commented Sep 10, 2024

Examples)

Designing the asset

  • We might also need away to specify matching logic. Let the user specify whether all answers should be returned (parent + children), or any answer could returned (synonyms). For NeverShow, no ansewr should be returned.
  • This might be worth thinking about in the context of future test assets of automated hierarchical grouping

Implementating tests

  • Pros/cons of dynamic generation of children/synonyms during text execution (keeps up with new changes) vs one time SMuRF reviewed (more reiable, but will get out of date). Recommend the later for acceptence. Perhaps the former for benchmarks,.
  • This is effectively the same as having multiple rows
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

No branches or pull requests

2 participants