Make it easier to use `testutil` with other test frameworks by accepting an `interface`, not a `testing.T` by dzakaammar · Pull Request #6 · oapi-codegen/testutil
Navigation Menu
{{ message }}
oapi-codegen / testutil Public
- Notifications You must be signed in to change notification settings
- Fork 2
Merged
jamietanna merged 1 commit intooapi-codegen:mainfrom
Nov 14, 2023Conversation
Copy link
Contributor
dzakaammar
commented
Nov 12, 2023
dzakaammar
commented
declare and use TestReporter interface instead of using *testing.T directly to make the function compatible for other testing framework like Ginkgo
dzakaammar
changed the title
declare TestReporter interface
declare and use TestReporter interface
jamietanna
changed the title
declare and use TestReporter interface
Make it easier to use testutil with other test frameworks by accepting an interface, not a testing.T
jamietanna approved these changes Nov 14, 2023
Copy link
Member
jamietanna
left a comment
jamietanna
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 🙌
jamietanna
merged commit
e39e1d4
into
oapi-codegen:main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment