Skip to content

test: improve coverage for readline.Interface - #20704

Closed
shisama wants to merge 2 commits into
nodejs:masterfrom
shisama:improve-test-readline-interface
Closed

test: improve coverage for readline.Interface#20704
shisama wants to merge 2 commits into
nodejs:masterfrom
shisama:improve-test-readline-interface

Conversation

@shisama

Copy link
Copy Markdown
Contributor

Add tests in parallel/test-readline-interface to increase coverage

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Add tests in parallel/test-readline-interface to increase coverage
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 13, 2018
@BridgeAR

Copy link
Copy Markdown
Member

assert.strictEqual(cursorPos.rows, 0);
assert.strictEqual(cursorPos.cols, 19);

// back one character

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tiniest of nits: Can you use caps for the first letter in each comment.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed them. Thanks 😄

@BridgeARBridgeAR added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels May 18, 2018
jasnell pushed a commit that referenced this pull request May 23, 2018
Add tests in parallel/test-readline-interface to increase coverage
PR-URL: #20704
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@jasnell

Copy link
Copy Markdown
Member

landed in f51c44d

@jasnelljasnell closed this May 23, 2018
targos pushed a commit that referenced this pull request May 25, 2018
Add tests in parallel/test-readline-interface to increase coverage
PR-URL: #20704
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@MylesBorinsMylesBorins mentioned this pull request May 29, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@shisama@BridgeAR@jasnell@cjihrig@trivikr@nodejs-github-bot