-
Notifications
You must be signed in to change notification settings - Fork 12
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
Need add custom assert function to TestCase. #18
Need add custom assert function to TestCase. #18
Conversation
I’m so sorry. I didn’t think this breaks compatibility yesterday. At that time, I thought we can keep compatibility if the value is interface somehow... it’s completely wrong. this is my fault. I should have checked more carefully… Personally it’s difficult to accept this. One of the reasons is that we have to change any existing code written by httpdoc. @tcnksm I want to know your opinion too. How do you think? |
I know and don't mind. |
do you mean something like this?
|
Yes. |
@qwerty2501 Hello, sorry to have kept you waiting. I chatted with @tcnksm and @zchee in person, then we concluded that we can accept this if you add |
I can work. |
I done. |
@qwerty2501 I’ll review it. |
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.
@qwerty2501 Sorry for late reply. TravisCI was failed but it seems not related this change. We should fix any CI settings. cc: @tcnksm
This pull request seems to LGTM, approve.
@qwerty2501 I restarted TravisCI. I’ll merge it when passes CI. |
@qwerty2501 Hmm, The CI test falls randomly :( We considering replacing CircleCI instead of TravisCI. |
@qwerty2501 @gong023 @tcnksm Maybe I found why TravisCI always failed. I will disable or fix osx with go1.6.4 build config. |
@qwerty2501 Sorry for the late reply... Maybe your pull request will pass CI test. Could you rebase |
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
+ Coverage 97.2% 97.28% +0.07%
==========================================
Files 3 3
Lines 215 221 +6
==========================================
+ Hits 209 215 +6
Misses 4 4
Partials 2 2
Continue to review full report at Codecov.
|
@tcnksm passes CI. Is it ready to merge? |
This pull request related with issue #17
Caution
This pull request has break of compatibility.
PR Contents
Compatibility
This pull request has break of compatibility.
The user should modify TestCase initialization when the user using field nameless struct initializer.