gamevault-backend icon indicating copy to clipboard operation
gamevault-backend copied to clipboard

Write Tests

Open Alfagun74 opened this issue 2 years ago • 0 comments

Ensuring continuous integration stability becomes increasingly challenging. We must implement tests to verify that new bugfixes and features do not introduce issues.

  • [X] Set up a Testing System
  • [ ] Write Integration Tests for each Controller
  • [ ] Write Unit Tests
    • [ ] Minimum 80% Coverage
  • [ ] Run tests in pre-commit-hook
  • [ ] Run tests in Github Actions

Alfagun74 avatar Aug 06 '23 15:08 Alfagun74