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 accepting test name/spec #30

Closed
fibonacci1729 opened this issue Apr 17, 2024 · 0 comments · Fixed by #83
Closed

Allow accepting test name/spec #30

fibonacci1729 opened this issue Apr 17, 2024 · 0 comments · Fixed by #83

Comments

@fibonacci1729
Copy link
Contributor

Currently tests are required to export a run() function which doesn't take any arguments. As we move to allow executing components that encapsulate 1+ tests we should change the run signature to accept a test name. In the case of #23, this argument (via CLI flag) could be a pattern that matches any number of ad hoc tests that are exported from the component.

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 a pull request may close this issue.

1 participant