Skip to content

Commit

Permalink
test(taskService): Add comprehensive test cases for task service func…
Browse files Browse the repository at this point in the history
…tions

- Added tests for createTask, getTasks, getTask, getTaskProblems, updateGradingStatus, updateTaskName, updateTaskDescription, and deleteTask functions.
- Ensured error handling scenarios are tested, including invalid task IDs, task not found, and task retrieval failures.
- Validated correct behavior for updating and retrieving tasks and problems.
  • Loading branch information
TKanX committed Sep 24, 2024
1 parent c493dfe commit e4b6ed2
Showing 1 changed file with 435 additions and 0 deletions.
Loading

0 comments on commit e4b6ed2

Please sign in to comment.