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

Better tests options: Timeout, good-EOF #255

Open
tomhea opened this issue Nov 30, 2023 · 0 comments
Open

Better tests options: Timeout, good-EOF #255

tomhea opened this issue Nov 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tomhea
Copy link
Owner

tomhea commented Nov 30, 2023

Add the next options in both assemble_and_run_test_output() and run_test_output():

  • Timeout - the test will finish at the requested moment, with the new TerminationCause.Timeout.
  • Allow getting test success (i.e. no asserts) on some failures - by allowing whitelisting a list of TerminationCauses that won't fail the test (in that case, a test will fail only if its current output is different from the expected output.
@tomhea tomhea self-assigned this Nov 30, 2023
@tomhea tomhea added the enhancement New feature or request label Nov 30, 2023
@tomhea tomhea removed their assignment Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant