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 integration tests with their own context #1088

Conversation

cvgw
Copy link
Contributor

@cvgw cvgw commented Feb 29, 2020

Fixes #1062

Description

Add a new integration test TestWithContext which allows for test which have a local, unique context. Also refactor the BuildImages method so that it can be used for the local context tests.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes unit tests
  • Adds integration tests if needed.

See the contribution guide for more details.

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

@googlebot googlebot added the cla: yes CLA signed by all commit authors label Feb 29, 2020
@cvgw cvgw force-pushed the u/cgwippern/integration-tests-with-context branch 5 times, most recently from 7dfa676 to 4e2c169 Compare February 29, 2020 23:07
@cvgw cvgw force-pushed the u/cgwippern/integration-tests-with-context branch from 4e2c169 to 57c97de Compare February 29, 2020 23:41
@cvgw cvgw requested a review from tejal29 March 1, 2020 05:54
Copy link
Contributor

@samos123 samos123 left a comment

Choose a reason for hiding this comment

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

This is great, makes it so much easier to add new tests

@samos123 samos123 mentioned this pull request Mar 2, 2020
4 tasks
@tejal29 tejal29 merged commit b538066 into GoogleContainerTools:master Mar 2, 2020
@cvgw cvgw deleted the u/cgwippern/integration-tests-with-context branch March 2, 2020 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes CLA signed by all commit authors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration tests with context
4 participants