Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPIC: As a develop I want to implement unit tests #50

Open
9 of 10 tasks
StijnKing opened this issue May 31, 2024 · 0 comments
Open
9 of 10 tasks

EPIC: As a develop I want to implement unit tests #50

StijnKing opened this issue May 31, 2024 · 0 comments

Comments

@StijnKing
Copy link
Collaborator

StijnKing commented May 31, 2024

Description

One of the tasks in developing software is to add tests. These tests should be run automatically as part of your development workflow (CI). These tests should be a good indicator for you that if passed, shows that existing functionality works as expected.

Focus on: Unit tests for frontend, backend, judge runner, judge queue.

User Stories

  • As a developer I want to implement unit tests such that I can automatically tests my code to verify that functionality is still working.
  • As a student, I want to fulfil the requirements around testing by the course (code coverage).
  • As a developer I want the unit tests to automatically run such that I know when my functionality breaks and I can prevent a PR from merging or code from releasing.

Tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant