Uh oh!
There was an error while loading. Please reload this page.
test: improve tests for util.inherits - #3507
Closed
targos wants to merge 2 commits into
Closed
Conversation
inherits is used in lib and tests but its functionality itself is not tested yet.
targos
commented
Oct 24, 2015
MemberAuthor
thefourtheye
commented
Oct 24, 2015
Contributor
|
targos
commented
Oct 24, 2015
MemberAuthor
Good point, done! |
MemberAuthor
There was a problem hiding this comment.
Not really. I think this line was added to make sure inherits doesn't throw when two constructors are passed to it. Now it is implicitly tested with this PR.
thefourtheye
commented
Oct 24, 2015
Contributor
LGTM |
targos added a commit
that referenced
this pull request
Oct 26, 2015
inherits is used in lib and tests but its functionality itself is not tested yet. PR-URL: #3507 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
targos
commented
Oct 26, 2015
MemberAuthor
Thanks, landed in df738ac. |
targos added a commit
that referenced
this pull request
Oct 26, 2015
inherits is used in lib and tests but its functionality itself is not tested yet. PR-URL: #3507 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
targos
commented
Oct 27, 2015
MemberAuthor
@jasnell I think this can go in v4.x |
targos added a commit
that referenced
this pull request
Oct 28, 2015
inherits is used in lib and tests but its functionality itself is not tested yet. PR-URL: #3507 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
jasnell
commented
Oct 28, 2015
Member
Landed in v4.x-staging in 12d8385 |
targos added a commit
that referenced
this pull request
Oct 29, 2015
inherits is used in lib and tests but its functionality itself is not tested yet. PR-URL: #3507 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
This was referenced Apr 29, 2023
This was referenced Jun 22, 2023
This was referenced Nov 29, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
inherits is used in lib and tests but its functionality itself is not
tested yet.
This is preparation for PR #3455 so I can add more tests to it.