Python Django Tutorial - Simple Unit Tests

Опубликовано: 11 Ноябрь 2022
на канале: Joseph Kariuki
148
5

Creating tests for any piece of software is recommended as it ensures the working of the solution as expected. Django's unit tests are based on Python's standard library module called unittest and we are going to create some simple unit tests in this video.

Previous video:    • Python Django Tutorial -  Creating Se...  
Django tutorial playlist:    • Python Django Tutorial  

====================

⭐️ Video Contents⭐️
⌨️ (0:00:00) Recap
⌨️ (0:01:00) Intro to unit tests
⌨️ (0:04:27) Writing tests for home page

====================

Django Unit Tests: https://docs.djangoproject.com/en/4.1...

====================

The code used in this series can be found at:
https://github.com/jkaris/my-demo-web...

====================

Reach me through:
My Website - https://josephkariuki.com/
Twitter -   / jkariscodes  
Instagram -   / codekaraoke  

#python #django #unittesting