test now STANDARD tier

This commit is contained in:
2026-02-26 18:38:26 +03:00
parent ce684bc5d1
commit a8f7147500
19 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
# [DEF:test_encryption_manager:Module]
# @TIER: CRITICAL
# @TIER: STANDARD
# @SEMANTICS: encryption, security, fernet, api-keys, tests
# @PURPOSE: Unit tests for EncryptionManager encrypt/decrypt functionality.
# @LAYER: Domain

View File

@@ -1,5 +1,5 @@
# [DEF:backend.tests.test_report_normalizer:Module]
# @TIER: CRITICAL
# @TIER: STANDARD
# @SEMANTICS: tests, reports, normalizer, fallback
# @PURPOSE: Validate unknown task type fallback and partial payload normalization behavior.
# @LAYER: Domain (Tests)

View File

@@ -1,5 +1,5 @@
# [DEF:test_report_service:Module]
# @TIER: CRITICAL
# @TIER: STANDARD
# @PURPOSE: Unit tests for ReportsService list/detail operations
# @LAYER: Domain
# @RELATION: TESTS -> backend.src.services.reports.report_service.ReportsService