Linting
This commit is contained in:
parent
cb6731f340
commit
273ca63d59
92 changed files with 515 additions and 1200 deletions
|
|
@ -98,7 +98,9 @@ def test_deserialize_ciphertext_blob(raw, serialized):
|
|||
test.should.equal(raw)
|
||||
|
||||
|
||||
@pytest.mark.parametrize("encryption_context", [ec[0] for ec in ENCRYPTION_CONTEXT_VECTORS])
|
||||
@pytest.mark.parametrize(
|
||||
"encryption_context", [ec[0] for ec in ENCRYPTION_CONTEXT_VECTORS]
|
||||
)
|
||||
def test_encrypt_decrypt_cycle(encryption_context):
|
||||
plaintext = b"some secret plaintext"
|
||||
master_key = Key("nop", "nop", "nop", "nop", "nop")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue