Learn Django TDD - Test Driven Development - CRUD

preview_player
Показать описание
In this video you will learn the basics of Test Driven Development with Django. We are going to build a simple CRUD application.

00:00:00 Intro
00:00:45 Setting up
00:01:45 Model testing
00:07:40 Task list testing
00:15:00 Detail page testing
00:20:08 Form/Create testing
00:33:20 Update testing
00:43:45 Delete testing

---

Code With Stein Premium

Support me

Important links

---

#codewithstein #django
Рекомендации по теме
Комментарии
Автор

Finally, a video about testing in Django!!!

aditya.
Автор

I'm a newbie in TDD and this is the best tut I've found, thanks. Others start meandering around concepts, your straight to practice approach is appreciated.

unlck
Автор

Thank you so much for this video. I have learned a lot from following this tutorial.

austinlawan
Автор

Fantastic intro to django and tdd, thank you so much!

mickjohnston
Автор

I just completed this video Stein, and I am really gratefull for it. cheers!

Iyke_hu
Автор

Quality stuff please also make a Video on error handling

priyanshunaskar
Автор

Can M make changes to this and showcase it as project in ny resume?? Will it be good?

adityagorantla
Автор

it would be great if You made a little tutorial on how to use vscode's testing tool (the erlenmeyer in the left navbar) with django in virtual environment. i can't figure out myself how it works: either it doesn't detect all my tests (but some yes), or it doesn't execute them well... kinda problematic, isn't it?

remace
Автор

Sadly not really TDD as it is ment to be.

myscipper
Автор

~19.10: when I run the test, it doesn't see the last (6th) def function. Overall, I have 6 defs as you, but in console it shows that only 5 tasks are completed successfully:


def
response =

self.assertContains(response, self.task.title)
self.assertContains(response, self.task.description)

casper-