You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the CI is at code coverage 91% as of writing. We can increase the testing code coverage by writing tests for the backend route /tasks. Since the current implementation of the tasks route is very similar to the items route (see Swagger docs items and tasks), and since items already has the required tests, it suffices to use backend/app/tests/api/routes/test_items.py as a reference to write up a new file called test_tasks.py which will handle all the tests for the tasks route.
The text was updated successfully, but these errors were encountered:
Hey @SureshPradhana, I have now provided a description for this issue, let me know if you need anything else and thank you for picking this one up! I'll be writing more descriptive issues from now on also since we now have more eyes on this project 👍
Currently the CI is at code coverage 91% as of writing. We can increase the testing code coverage by writing tests for the backend route
/tasks
. Since the current implementation of the tasks route is very similar to the items route (see Swagger docs items and tasks), and since items already has the required tests, it suffices to usebackend/app/tests/api/routes/test_items.py
as a reference to write up a new file calledtest_tasks.py
which will handle all the tests for the tasks route.The text was updated successfully, but these errors were encountered: