Open redex-ai opened 1 year ago
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.
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.
PULL REQUEST : https://github.com/redex-ai/Django-to-do/pull/2
Add Unit test for views.py file