test_runner: enable in-source testing #46638
Closed
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.
Just opening a draft PR to ask for feedback plus seek some help, have been trying implement in-source testing as per the linked issue, and would like to know if
a) This is the correct way to make the change
b) Also it seems that
--test
option value is not getting recognized somehow when using it withinlib/internal/modules/esm/initialize_import_meta.js
which is quite weird if anyone can explain this would be very helpful!!Also most importantly would need discussion on whether this feature even is acceptable, the discussion on the original issue stopped some time back so hoping this one can continue the conversation
Fixes: #45771