-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtestsImproving testsImproving tests
Description
Overview
The integration test suite should simply test each and every API - ensuring all possible successful responses, error responses and server crash cases are covered.
The unit test suite should test every function in the utilities/ and services/ folders.
Tasks
- Add integration test suite for each API.
- Add unit tests for utility functions.
- Add unit tests for services.
- Ensure coverage is close to 95% using
c8
Each of these tasks can be completed in a separate PR. The last task (regarding coverage) should be completed after the first 3.
If you wish to take up this issue, reply to it below so I can assign you to it. If you are stuck/need any help, you could ask me here itself :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtestsImproving testsImproving tests