-
Notifications
You must be signed in to change notification settings - Fork 170
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
#720: Add more tests for TeeInput class. #732
Conversation
Job #732 is now in scope, role is |
Codecov Report
@@ Coverage Diff @@
## master #732 +/- ##
============================================
+ Coverage 78.82% 82.92% +4.09%
- Complexity 1180 1249 +69
============================================
Files 223 223
Lines 3367 3367
Branches 191 191
============================================
+ Hits 2654 2792 +138
+ Misses 666 528 -138
Partials 47 47
Continue to review full report at Codecov.
|
@neonailol ping |
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.
All tests contain multiple assertions, please correct it according to http://www.yegor256.com/2017/05/17/single-statement-unit-tests.html
@neonailol Thanks for your comment! I will fix it as soon as pull request #731 is merged (then I will be able to use just a single assert that will check both results). |
@neonailol/z this job was assigned to you 8 days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
The user @neonailol/z resigned from #732, please stop working. Reason for job resignation: It is older than 10 days, see §8 |
Resigned on delay, see §8: -15 points just awarded to @neonailol/z |
This pull request #732 is assigned to @fabriciofx/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @yegor256/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer |
@neonailol I've refactored all tests using a new TeeInputHasResultMatcher (that was introduced in #721). Please review the pull request again. Thanks! |
@proshin-roman thanks, I will review it soon Sent from my ZenFone 2 Laser (ZE601KL) using FastHub |
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.
@rultor good to merge
@yegor256 something went wrong with this issue (0crat doesn't respond). Could you try to merge the pull request, please? |
@yegor256 merge the pull request please |
@rultor merge |
@elenavolokhova/z please review this job completed by @fabriciofx/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #732 is now out of scope |
@0crat status |
@elenavolokhova This is what I know about this job, as in §32:
|
@0crat quality bad as far as @neonailol was reassigned from this PR and @fabriciofx didn't reviewed it actually |
Quality is low, no payment, see §31 |
Quality review completed: +8 point(s) just awarded to @elenavolokhova/z |
Pull request for #720: adds more unit tests for TeeInput class. But still, not all ctors are covered by tests as it would require more time and would produce a huge - non-reviewable - pull request.