Uh oh!
There was an error while loading. Please reload this page.
test_runner: add Subtest to tap protocol output - #43417
Conversation
MoLow
commented
Jun 14, 2022
cc @benjamingr |
node:test add Subtest to tap protocol outputb24517e to
6ba42fcComparebenjamingr
commented
Jun 14, 2022
MoLow
commented
Jun 14, 2022
@benjamingr there are currently no tests whatsoever for the TAP protocol output. would you test that using |
benjamingr
commented
Jun 14, 2022
@MoLow yes, probably - there are a lot of prior art examples of testing stdout against fixtures |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jun 14, 2022
623767a to
4bca978Compare
cjihrig
left a comment
There was a problem hiding this comment.
Requesting changes since this already has an approval. The output doesn't look correct in some places.
Uh oh!
There was an error while loading. Please reload this page.
5005c5c to
d3c579dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This reverts commit fcd4f7205f5bb8c6c486fb0b9898ceb74acc78bf.
d3c579d to
1366dffComparenodejs-github-bot
commented
Jun 17, 2022
nodejs-github-bot
commented
Jun 19, 2022
nodejs-github-bot
commented
Jun 19, 2022
Landed in 5fadc38 |
PR-URL: nodejs/node#43417 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs/node#43417 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs/node#43417 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #43417 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos
commented
Jul 18, 2022
Depends on #42658 |
PR-URL: #43417 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs/node#43417 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
just used tap-mocha-reporter to compare how output will look visually and saw it was missing
output for
before:


after