Create Test Suite #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ALUGatUCI/community-services#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This project currently works correctly so far, but to ensure quality in the long term, I want to implement test suites for each API to prevent regressions in the future.
For the Container API, I want to use unittest and use mock tests for testing endpoints. Same to be applied in the Next.js application with Jest