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

feat(GetRoot): add new API to obtain *testing.T from any given T #7

Merged
merged 1 commit into from
May 11, 2024

Conversation

arikkfir
Copy link
Owner

@arikkfir arikkfir commented May 11, 2024

This change adds a new public function called GetRoot which, given a T instance, will return the root *testing.T instance it bubbles up to.

@arikkfir arikkfir added the feature New features and functionality label May 11, 2024
@arikkfir arikkfir self-assigned this May 11, 2024
This change adds a new public function called "GetRoot" which, given a
T instance, will return the root *testing.T instance it bubbles up to.
@arikkfir arikkfir merged commit da78562 into main May 11, 2024
2 checks passed
@arikkfir arikkfir deleted the feat/add-getroot-function branch May 11, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features and functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant