FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: refactor assert tests by BridgeAR · Pull Request #18610 · nodejs/node · GitHub

/ node Public

test: refactor assert tests - #18610

Closed
BridgeAR wants to merge 1 commit into
nodejs:masterfrom
BridgeAR:refactor-assert-tests
Closed

test: refactor assert tests#18610
BridgeAR wants to merge 1 commit into
nodejs:masterfrom
BridgeAR:refactor-assert-tests

Conversation

BridgeAR commented Feb 7, 2018

Copy link
Copy Markdown
Member

Just some minor refactoring because the main file is huge. I also removed the historical makeBlock that obfuscated what was really going on and punctuated comments and small things like that.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

test

This adds puctiations to the comments, uses a capital letters for
the first character, removes a few obsolete comments and switches
to assert.ok when suitable.

It also moves all `assert.deepEqual()` and `assert.deepStrictEqual()`
tests to the appropriate file.
nodejs-github-bot added the test Issues and PRs related to the tests. label Feb 7, 2018
BridgeAR requested a review from joyeecheung February 7, 2018 02:22

BridgeAR commented Feb 7, 2018

Copy link
Copy Markdown
Member Author

BridgeAR requested a review from jasnell February 7, 2018 02:22
BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 8, 2018
BridgeAR added a commit to BridgeAR/node that referenced this pull request Feb 10, 2018
This adds puctiations to the comments, uses a capital letters for
the first character, removes a few obsolete comments and switches
to assert.ok when suitable.

It also moves all `assert.deepEqual()` and `assert.deepStrictEqual()`
tests to the appropriate file.

PR-URL: nodejs#18610
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

Copy link
Copy Markdown
Member Author

Landed in 9b4aa78

Copy link
Copy Markdown
Contributor

Should this be backported to v9.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label.

Copy link
Copy Markdown
Member Author

Backport in #19244

BridgeAR added a commit to BridgeAR/node that referenced this pull request Mar 21, 2018
This adds puctiations to the comments, uses a capital letters for
the first character, removes a few obsolete comments and switches
to assert.ok when suitable.

It also moves all `assert.deepEqual()` and `assert.deepStrictEqual()`
tests to the appropriate file.

PR-URL: nodejs#18610
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
MylesBorins pushed a commit that referenced this pull request Mar 21, 2018
This adds puctiations to the comments, uses a capital letters for
the first character, removes a few obsolete comments and switches
to assert.ok when suitable.

It also moves all `assert.deepEqual()` and `assert.deepStrictEqual()`
tests to the appropriate file.

Backport-PR-URL: #19244
PR-URL: #18610
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
targos mentioned this pull request Mar 21, 2018
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
This adds puctiations to the comments, uses a capital letters for
the first character, removes a few obsolete comments and switches
to assert.ok when suitable.

It also moves all `assert.deepEqual()` and `assert.deepStrictEqual()`
tests to the appropriate file.

PR-URL: nodejs#18610
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

Copy link
Copy Markdown
Contributor

Backport requested in #19244

BridgeAR deleted the refactor-assert-tests branch April 1, 2019 23:38
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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL