stream: update readable.map test to use node:test#47900
stream: update readable.map test to use node:test#47900rluvaton wants to merge 1 commit intonodejs:mainfrom
Conversation
Some people have started writing new tests using
There is already some mixture of the two test runners that seems to work well enough.
No. This would be a massive amount of churn that doesn't accomplish much IMO and is likely to introduce backporting conflicts. Additionally, the state of the test runner is different on the various release lines which could also introduce friction. |
no, it won't. the python test runner really only cares about the process exit code |
|
LGTM, but the commit message should start with |
|
Ah thanks for explaining! if it doesnt then i think this is good then! |
|
Rewriting existing tests is high risk, low reward. Iβm generally -0 on these kind of proposals, and also the test runner |
|
Will close this than π |
this is part of a bigger question: should node use its own testing?
if so, this is the first step
If speaking from DX's point of view I think it should be as the tooling is only going to get better, and you going to have an easier way of writing and executing tests IMO