-
Notifications
You must be signed in to change notification settings - Fork 25
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
Expand go tests #576
Expand go tests #576
Conversation
@koplas thanks for suggesting it. Please add information how the OpenPGP v4 key material was created and if it was with our without passphrase. |
@koplas can you also add a first test for sha-handling? |
This requires a more extensive setup; this pull request contains an initial test that is currently not working. Update: This pull request now contains the first working version of the SHA marking tests. |
I added more information about the key. |
For ease of iteration, this pull request was merged into #554. |
This pull request includes initial support to mock CSAF Provider, which allows the writing of extensive tests that can test behaviors that cannot be tested with "simple" unit tests.