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

feat(sdk): EC-wrapped unit tests #1924

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

feat(sdk): EC-wrapped unit tests #1924

wants to merge 20 commits into from

Conversation

sujankota
Copy link
Contributor

Proposed Changes

*Updated FakeKas to support ec-wrapped

Checklist

  • I have added or updated unit tests
  • I have added or updated integration tests (if appropriate)
  • I have added or updated documentation

Testing Instructions

@sujankota sujankota requested review from a team as code owners February 17, 2025 18:50
Copy link
Member

@dmihalcik-virtru dmihalcik-virtru left a comment

Choose a reason for hiding this comment

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

One optional suggestion to improve output/selection in IDEs that support table tests


for _, config := range testConfigs {
inBuf := bytes.NewBufferString(plainText)
Copy link
Member

Choose a reason for hiding this comment

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

Better style here is to name these and make them explicit subtests, e.g. using s.Run()

https://pkg.go.dev/github.com/stretchr/testify@v1.10.0/suite#Suite.Run

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.

3 participants