Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for test suite action util addTestToSuite #23

Merged
merged 4 commits into from
Oct 18, 2019

Conversation

reubenae
Copy link

@reubenae reubenae commented Oct 18, 2019

Thank you for contributing this pull request!

Please make the PR against the master branch, add a description of what's changing, and link any relevant issues or PRs.

Part of #5

What's changing

Added a test for the suites action addTestToSuite function

...

What else might be impacted?

...

Checklist

[x] Unit tests (updated and/or added)
[x] Documentation (function/class docs, comments, etc.)

Published PR with canary version: 1.0.1-canary.23.267.0

@TimClarkson TimClarkson added hacktoberfest Good Hacktoberfest issue skip-release Preserve the current version when merged labels Oct 18, 2019
@TimClarkson TimClarkson requested a review from Celeo October 18, 2019 17:38
@reubenae reubenae closed this Oct 18, 2019
@reubenae reubenae reopened this Oct 18, 2019
@reubenae
Copy link
Author

@Celeo thanks for reviewing. I wasn't sure if I should be doing some cleanup in my tests (like resetting my mocks?)

@Celeo
Copy link
Contributor

Celeo commented Oct 18, 2019

Sure, reset mocks if you need them for test-to-test assertions, i.e. asserting that a mock was called twice in test A, once in test B, never in test C, etc. If you don't need that functionality, then I don't think they need to be reset.

@reubenae
Copy link
Author

Sounds good, I think this PR is ready to merge then! I'll add some more tests over the coming days.

@Celeo
Copy link
Contributor

Celeo commented Oct 18, 2019

Sounds good, thanks for the contribution!

@Celeo Celeo merged commit 81bb593 into intuit:master Oct 18, 2019
@Celeo Celeo added the internal api Relating to the internal API only label Oct 19, 2019
@hipstersmoothie
Copy link
Contributor

🚀 PR was released in v1.0.1 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Good Hacktoberfest issue internal api Relating to the internal API only released skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants