fix: commit semantic repair changes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# [DEF:test_task_persistence:Module]
|
||||
# @RELATION: BELONGS_TO -> SrcRoot
|
||||
# @SEMANTICS: test, task, persistence, unit_test
|
||||
# @PURPOSE: Unit tests for TaskPersistenceService.
|
||||
# @LAYER: Test
|
||||
# @RELATION: TESTS -> TaskPersistenceService
|
||||
# @COMPLEXITY: 5
|
||||
# @TEST_DATA: valid_task -> {"id": "test-uuid-1", "plugin_id": "backup", "status": "PENDING"}
|
||||
|
||||
@@ -21,6 +21,7 @@ from src.core.task_manager.models import Task, TaskStatus, LogEntry
|
||||
|
||||
|
||||
# [DEF:TestTaskPersistenceHelpers:Class]
|
||||
# @RELATION: BINDS_TO -> test_task_persistence
|
||||
# @PURPOSE: Test suite for TaskPersistenceService static helper methods.
|
||||
# @COMPLEXITY: 5
|
||||
class TestTaskPersistenceHelpers:
|
||||
@@ -110,6 +111,7 @@ class TestTaskPersistenceHelpers:
|
||||
|
||||
|
||||
# [DEF:TestTaskPersistenceService:Class]
|
||||
# @RELATION: BINDS_TO -> test_task_persistence
|
||||
# @PURPOSE: Test suite for TaskPersistenceService CRUD operations.
|
||||
# @COMPLEXITY: 5
|
||||
# @TEST_DATA: valid_task -> {"id": "test-uuid-1", "plugin_id": "backup", "status": "PENDING"}
|
||||
|
||||
Reference in New Issue
Block a user