Skip to content

Split out several small groupings of tests#1426

Merged
paulmelnikow merged 6 commits intobetafrom
split-up-tests
Feb 2, 2019
Merged

Split out several small groupings of tests#1426
paulmelnikow merged 6 commits intobetafrom
split-up-tests

Conversation

@paulmelnikow
Copy link
Copy Markdown
Member

As we've discussed before test_intercept.js is particularly unmanageable.

Rather than take a complete pass through it, I looked for topics where there are at least a few tests, and there is either some affinity among them (e.g. streaming, http.ClientRequest) making them easier to understand as a group, or they are testing the same function (e.g. delay*(), query()).

I've made no code changes.

Looking forward to feedback on this, though also hoping we can merge it quickly so it doesn't interfere or create conflicts with other potential work in progress.

@@ -1,69 +0,0 @@
'use strict'
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Renamed to test_allowunmocked_https.js.

As we've discussed before `test_intercept.js` is particularly unmanageable.

Rather than take a complete pass through it, I looked for topics where there are at least a few tests, and there is either some affinity among them (e.g. streaming, http.ClientRequest) making them easier to understand as a group, or they are testing the same function (e.g. `delay*()`, `query()`).

Looking forward to feedback on this, though also hoping we can merge it quickly so it doesn't interfere or create conflicts with other potential work in progress.
Copy link
Copy Markdown
Member

@gr2m gr2m left a comment

Choose a reason for hiding this comment

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

much better than before. We can continue the discussion but no need to keep this open. Thanks for putting in the work to make this more managable

@paulmelnikow
Copy link
Copy Markdown
Member Author

I've double-checked this. If CI is passing let's merge it! @gr2m could you merge or 👍?

@paulmelnikow paulmelnikow merged commit b4cc205 into beta Feb 2, 2019
@paulmelnikow paulmelnikow deleted the split-up-tests branch February 2, 2019 21:01
@nockbot
Copy link
Copy Markdown
Collaborator

nockbot commented Feb 4, 2019

🎉 This PR is included in version 11.0.0-beta.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@nockbot
Copy link
Copy Markdown
Collaborator

nockbot commented Aug 13, 2019

🎉 This PR is included in version 11.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

gr2m pushed a commit that referenced this pull request Sep 4, 2019
As we've discussed before `test_intercept.js` is particularly unmanageable.

Rather than take a complete pass through it, I looked for topics where there are at least a few tests, and there is either some affinity among them (e.g. streaming, http.ClientRequest) making them easier to understand as a group, or they are testing the same function (e.g. `delay*()`, `query()`).

I've made no code changes.
gr2m pushed a commit that referenced this pull request Sep 4, 2019
As we've discussed before `test_intercept.js` is particularly unmanageable.

Rather than take a complete pass through it, I looked for topics where there are at least a few tests, and there is either some affinity among them (e.g. streaming, http.ClientRequest) making them easier to understand as a group, or they are testing the same function (e.g. `delay*()`, `query()`).

I've made no code changes.
gr2m pushed a commit that referenced this pull request Sep 5, 2019
As we've discussed before `test_intercept.js` is particularly unmanageable.

Rather than take a complete pass through it, I looked for topics where there are at least a few tests, and there is either some affinity among them (e.g. streaming, http.ClientRequest) making them easier to understand as a group, or they are testing the same function (e.g. `delay*()`, `query()`).

I've made no code changes.
juninmd pushed a commit to juninmd/nock that referenced this pull request Mar 21, 2026
As we've discussed before `test_intercept.js` is particularly unmanageable.

Rather than take a complete pass through it, I looked for topics where there are at least a few tests, and there is either some affinity among them (e.g. streaming, http.ClientRequest) making them easier to understand as a group, or they are testing the same function (e.g. `delay*()`, `query()`).

I've made no code changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants