Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.

Conversation

@JohannesEbke
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented May 27, 2016

Current coverage is 81.06%

Merging #19 into master will increase coverage by 1.96%

@@ master #19 diff @@ ========================================== Files 7 8 +1 Lines 354 359 +5 Methods 0 0 Messages 0 0 Branches 0 0 ========================================== + Hits 280 291 +11  - Misses 43 68 +25  + Partials 31 0 -31 

Powered by Codecov. Last updated by a380b0d...06bba04

gpg/gpg_test.go Outdated

func TestGPGEncryptMessage(t *testing.T) {
gpg := setupGPG(t)
assert.NotNil(t, gpg)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This check is not really necessary, since that case would(should) have been caught in setupGPG.

const prefix = "../test/keys/test-gpg-validation@server.local (0x87144E5E) "
const asciiKeyFilePublic = prefix + "pub.asc"
const asciiKeyFilePrivate = prefix + "sec.asc"
const passphrase = "validation"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we should move that into a shared package like we did with test/utils.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

next time? :)

@JohannesEbke JohannesEbke merged commit 0f996e6 into master May 27, 2016
@JohannesEbke JohannesEbke deleted the construct-email branch May 27, 2016 11:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

5 participants