fix: commit semantic repair changes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# [DEF:test_encryption_manager:Module]
|
||||
# @RELATION: BELONGS_TO -> SrcRoot
|
||||
# @COMPLEXITY: 3
|
||||
# @SEMANTICS: encryption, security, fernet, api-keys, tests
|
||||
# @PURPOSE: Unit tests for EncryptionManager encrypt/decrypt functionality.
|
||||
# @LAYER: Domain
|
||||
# @RELATION: TESTS -> backend.src.services.llm_provider.EncryptionManager
|
||||
# @INVARIANT: Encrypt+decrypt roundtrip always returns original plaintext.
|
||||
|
||||
import sys
|
||||
@@ -16,6 +16,7 @@ from cryptography.fernet import Fernet, InvalidToken
|
||||
|
||||
|
||||
# [DEF:TestEncryptionManager:Class]
|
||||
# @RELATION: BINDS_TO -> test_encryption_manager
|
||||
# @PURPOSE: Validate EncryptionManager encrypt/decrypt roundtrip, uniqueness, and error handling.
|
||||
# @PRE: cryptography package installed.
|
||||
# @POST: All encrypt/decrypt invariants verified.
|
||||
|
||||
Reference in New Issue
Block a user