-
Notifications
You must be signed in to change notification settings - Fork 291
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
Add some tests for ping_array
.
#1128
Conversation
9f85f12
to
b8a2a82
Compare
Codecov Report
@@ Coverage Diff @@
## master #1128 +/- ##
========================================
+ Coverage 82.4% 82.5% +<.1%
========================================
Files 80 81 +1
Lines 14345 14415 +70
========================================
+ Hits 11823 11894 +71
+ Misses 2522 2521 -1
Continue to review full report at Codecov.
|
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.
Reviewed 9 of 9 files at r1.
Reviewable status: 0 of 1 approvals obtained
d4a4fb3
to
6d00e53
Compare
No timeout test here yet, because we don't yet have the ability to manipulate time at will, so we would have to actually sleep.
6d00e53
to
a1035cf
Compare
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.
Reviewed 8 of 9 files at r1, 1 of 1 files at r2.
Reviewable status: complete! 1 of 1 approvals obtained
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.
Reviewable status: complete! 2 of 1 approvals obtained
No timeout test here yet, because we don't yet have the ability to
manipulate time at will, so we would have to actually sleep.
This change is