redex-ai / Django-to-do

A simple Django to do web app
MIT License
0 stars 0 forks source link

REDEX #1

Open redex-ai opened 1 year ago

redex-ai commented 1 year ago

Add Unit test for views.py file

redex-ai-powered-okr-tool[bot] commented 1 year ago

Change Summary

The task involves writing unit tests for the view functions in the 'tasks' application of the Django project. The tests will ensure that the views are functioning correctly and handling data as expected.

FilePlan :-

File : todo/tasks/tests.py

Create unit tests for the views in the 'tasks' application. This includes writing tests for the 'tasks', 'delete', 'complete', and 'clear' view functions. Each test should set up the necessary data, make a request to the view, and assert the expected response or database changes.

Please review the structure and let me know if any modifications are required.

redex-ai-powered-okr-tool[bot] commented 1 year ago

PULL REQUEST : https://github.com/redex-ai/Django-to-do/pull/2