Django Testing - Introduction to testing in Django - Django Testing Series Part 1

preview_player
Показать описание
Welcome to the Django Testing series. This is the first Django testing tutorial, an introduction to testing in Django. In this Django tut we first look at what testing is then some of the types of testing. We then build our first test in Django and explore running tests and the Testing output.

00:00 Introduction
01:00 Types of testing
02:06 Unit testing
04:24 Automation testing
06:34 Start developing tests in Django

Django Testing Series

SUBSCRIBE to get more free tutorials, courses and code snippets!

Follow us on Facebook

Follow use on Twitter:
Рекомендации по теме
Комментарии
Автор

Your channel is the best in teaching Django. I'm now a fan, student, and subscriber! Thank you!

ditterraquion
Автор

This is amazing! Really helped me to write my first unit test! Thank you 🙏🏼

aashayamballi
Автор

Sir your channel is killing with all quality and informative videos on django 👨...I’m loving it...
Thanks for teaching.

shashikumarn.s
Автор

Very helpful. I didn't know that the Django test library was a wrapper for the Python Standard Library Unittest. Thanks for the video.

ChaosArtist
Автор

is this a playlist? I couldn't find the 2nd part.

thisbehnam
Автор

@veryacademy, Nice introduction into testing in django, but how to setup a separate database for testing, because let's say that I am having a very big database, I don't want to create a test database each time I run the tests.

AjayRaj-zliw