Skip to content

Commit b6c74c1

Browse files
author
Lucas McDonald
committed
m
1 parent 5788d22 commit b6c74c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DynamoDbEncryption/runtimes/python/test/integ/encrypted/test_client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@ def test_WHEN_update_item_with_signed_attribute_THEN_raises_DynamoDbEncryptionTr
430430
client.update_item(**update_item_request_signed_attribute)
431431

432432

433+
# Create a matrix of tests for each value in param,
434+
# with a user-friendly string for test output:
435+
# execute_uses_encrypted_table = True -> "encrypted_table"
436+
# execute_uses_encrypted_table = False -> "plaintext_table"
437+
# This indicates whether an execute_(statement,transaction,etc.) operation should be on an encrypted table
433438
@pytest.fixture(params=[True, False], ids=["encrypted_table", "plaintext_table"])
434439
def execute_uses_encrypted_table(request):
435440
return request.param

0 commit comments

Comments
 (0)