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

Sonolark should allow failing a test without stopping the run #143

Open
johnSchnake opened this issue Apr 27, 2022 · 0 comments
Open

Sonolark should allow failing a test without stopping the run #143

johnSchnake opened this issue Apr 27, 2022 · 0 comments
Labels
enhancement New feature or request sonolark

Comments

@johnSchnake
Copy link
Contributor

Currently, the way errors work in starlark/sonolark is that when the error occurs it stops execution completely. This works OK but for running test suites it is expected that you can fail a test and continue running others.

This requires capturing the error and returned via assert (or offering an alternative), failing the test, and continuing.

@johnSchnake johnSchnake added enhancement New feature or request sonolark labels Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sonolark
Projects
None yet
Development

No branches or pull requests

1 participant