-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Refactor/internal testing #194
Refactor/internal testing #194
Conversation
…openai into refactor/internal-testing
Codecov Report
@@ Coverage Diff @@
## master #194 +/- ##
=======================================
Coverage 71.84% 71.84%
=======================================
Files 21 21
Lines 579 579
=======================================
Hits 416 416
Misses 124 124
Partials 39 39 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Excellent work, thank you so much! QQ: do we even need to factor |
Good question. I didn't want the name to be too close with the std But if that worry is unwarranted, I can refactor it. I'm fine either way. |
Got it, makes sense! |
See issue: #186
Add helpers in order to reduce boilerplate code in the tests.
To test this PR run the tests:
go test ./...
.