Skip to content

Commit 9f576dd

Browse files
committed
update README.md file with Testing point
1 parent 107736b commit 9f576dd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ Project idea from: [roadmap.sh/projects/todo-list-api](https://roadmap.sh/projec
6161

6262
The API will be available at `http://127.0.0.1:8000/`.
6363

64+
## Testing
65+
66+
This project includes a comprehensive suite of 15 unit tests to ensure the API is working correctly. The tests cover user authentication, CRUD operations for todos, and security rules to ensure users can only access their own data.
67+
68+
You can see the test functions in [tests.py](todo/tests.py) file, and to run the entire test suite, execute the following command:
69+
70+
```bash
71+
python manage.py test
72+
```
73+
6474
## API Endpoints
6575

6676
Here is a list of the available API endpoints.

0 commit comments

Comments
 (0)