Skip to content

Comments

AfterEach: make AfterEach happen after t.Cleanup#44

Merged
nelsam merged 1 commit intomainfrom
nelsam/aftereach-after-cleanup
May 9, 2025
Merged

AfterEach: make AfterEach happen after t.Cleanup#44
nelsam merged 1 commit intomainfrom
nelsam/aftereach-after-cleanup

Conversation

@nelsam
Copy link
Collaborator

@nelsam nelsam commented May 9, 2025

This updates our AfterEach logic to put AfterEach functions at the very end of test cleanup, so that AfterEach functions will be called after t.Cleanup functions.

This also removes a GroupTable method that was never implemented

This updates our AfterEach logic to put AfterEach functions at the very end of
test cleanup, so that AfterEach functions will be called after t.Cleanup functions.

This also removes a GroupTable method that was never implemented
@nelsam nelsam merged commit 91143af into main May 9, 2025
1 check passed
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 this pull request may close these issues.

1 participant