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

helper/resource: Add (testing.T).Logf() call and augment documentation for TestStep.SkipFunc #889

Merged
merged 2 commits into from Feb 18, 2022

Conversation

bflad
Copy link
Member

@bflad bflad commented Feb 17, 2022

Closes #824
Reference: https://pkg.go.dev/testing#T.Logf

The additional logging will be more visible, as it will appear in stdout instead of disabled by default.

The documentation updates should make the purpose and correct usage of this field more clear.

…n for TestStep.SkipFunc

Reference: #824
Reference: https://pkg.go.dev/testing#T.Logf

The additional logging will be more visible, as it will appear in stdout instead of disabled by default.

The documentation updates should make the purpose and correct usage of this field more clear.
@bflad bflad added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 17, 2022
@bflad bflad added this to the v2.11.0 milestone Feb 17, 2022
@bflad bflad requested a review from a team as a code owner February 17, 2022 21:00
@bflad bflad merged commit ca3e3ba into main Feb 18, 2022
@bflad bflad deleted the bflad-TestStep-SkipFunc branch February 18, 2022 14:59
@drewmullen
Copy link
Contributor

Awesome! Thank you!

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestStep SkipFunc should not error but print to stdout
3 participants