Testing a Django Model | Django Project | djblogger | 17

preview_player
Показать описание
In this tutorial, we introduce how to to test a Django model.

Udemy Course Link:

YouTube Ed Course Link:

Developing applications can be a fun and effective way of learning a language and framework. In this course we build a blog application Introducing you to Python Django Framework, Django Templating, the Bootstrap framework, HTMX, CSS, and HTML. In addition, this course introduces testing aspects of a Django project.

This course is primarily designed for anyone looking for a journey learning the Django Framework or developing web applications with Python. This course is a great starting point or a good first step after first learning about any of the technologies that this course features.
Рекомендации по теме
Комментарии
Автор

Great summary as ever. Funny I've just been reviewing your tests series as a refresher before doing a bunch of testing.

Brocollipy
Автор

A subscriber from Ghana
Love your videos ❤

owusudavid
Автор

Hello sir, I watch your tutorials it's very knowledgeable can you please make one deep video on the serializer.

vishalmehta
Автор

Great video! I can now write tests for my model! One question though, my project is set up to use Postgress, but I would like to use sqlite3 only in the case where my tests are run. Do you know how I can do that?

AAABBB
Автор

Testing can this so long and complicated huh, lol. But thank you for explaining it properly.

CharlesBLim
Автор

Sir can you please make videos on serializer like validate method create method and update or some others validation in serializer we do and nested serializer as well.

TanveerAhmad-xeqk
Автор

What's the difference between Your actual udemy course and YouTube edition?

imran-potter
Автор

Hello, going to create a dockerfile for this project?

colosus
Автор

I'm making this comment at 12:09 into the video, but ummm, I've always been taught that doing unit testing means that you DO NOT talk to anything real, e.g. an actual database. That's more Integration and/or Functional testing.. no? Or is this a "this is how it's done in Python/Django" thing?

ScottKFraley
Автор

hi! good content!
why don't you do the same with django's built-in test framework - unit test?)

felixua