-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
test(client): socket helper tests #2095
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
Conversation
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.
Looks good, maybe better name for test file?
@evilebottnawi What do you think I should name it? It follows conventions of the |
Yes, just other name, maybe more complex, because name is misleading, any ideas? |
How about |
hm, this file has already included in |
Codecov Report
@@ Coverage Diff @@
## master #2095 +/- ##
=======================================
Coverage 94.46% 94.46%
=======================================
Files 32 32
Lines 1210 1210
Branches 334 334
=======================================
Hits 1143 1143
Misses 65 65
Partials 2 2 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #2095 +/- ##
=======================================
Coverage 94.46% 94.46%
=======================================
Files 32 32
Lines 1210 1210
Branches 334 334
=======================================
Hits 1143 1143
Misses 65 65
Partials 2 2 Continue to review full report at Codecov.
|
* test(client): socket helper tests * test(client): rename socket test, rename mock variable * test(client): renamed socket helper test filename
For Bugs and Features; did you add new tests?
Yes
Motivation / Use-Case
Added tests to confirm that the client
socket
helper is using client implementations correctly.Breaking Changes
None
Additional Info