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

move e2e tests inline with various implementation packages #282

Merged
merged 2 commits into from
Feb 18, 2022

Conversation

bobcallaway
Copy link
Member

This moves the e2e tests into the provider-specific packages and also removes the need for monkey patching since the oauthflow test can mock the package-internal variable for opening a browser.

Signed-off-by: Bob Callaway bob.callaway@gmail.com

Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
@@ -13,9 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build e2e
// +build e2e
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this comment used?

Copy link
Member Author

Choose a reason for hiding this comment

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

vscode must have added it, i didnt do it intentionally.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah it's a new thing in go 1.16.

pkg/signature/kms/aws/e2e_test.go Outdated Show resolved Hide resolved
Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
@dlorenc dlorenc merged commit 1a7d707 into sigstore:main Feb 18, 2022
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
…#282)

Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.27.1 to 0.28.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v0.27.1...v0.28.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants