-
Notifications
You must be signed in to change notification settings - Fork 1
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(pgtesting): add package #24
Conversation
Codecov Report
@@ Coverage Diff @@
## main #24 +/- ##
=======================================
Coverage 43.88% 43.88%
=======================================
Files 18 18
Lines 572 572
=======================================
Hits 251 251
Misses 301 301
Partials 20 20 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
pgtesting/pkg/postgres.go
Outdated
func DestroyPostgresServer() { | ||
srv.Close() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add support for implicit t.Cleanup()
? 🤔
6f5b11b
to
21d0698
Compare
No description provided.