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

Investigate using a panic hook to cleanly tear down test fixtures #587

Closed
jcrossley3 opened this issue Sep 27, 2023 · 0 comments · Fixed by #595
Closed

Investigate using a panic hook to cleanly tear down test fixtures #587

jcrossley3 opened this issue Sep 27, 2023 · 0 comments · Fixed by #595
Assignees

Comments

@jcrossley3
Copy link
Contributor

No description provided.

@jcrossley3 jcrossley3 self-assigned this Sep 27, 2023
jcrossley3 added a commit to jcrossley3/trustification that referenced this issue Sep 27, 2023
Almost fixes trustification#587 in that it will handle panics within the test
bodies, but it will not handle a panic as a result of the
ntest::timeout macro.

Signed-off-by: Jim Crossley <jim@crossleys.org>
github-merge-queue bot pushed a commit that referenced this issue Sep 28, 2023
Almost fixes #587 in that it will handle panics within the test
bodies, but it will not handle a panic as a result of the
ntest::timeout macro.

Signed-off-by: Jim Crossley <jim@crossleys.org>
@lulf lulf closed this as completed in #595 Sep 28, 2023
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