Unit Testing in Python with pytest | Advanced Mocking (Part-10)

preview_player
Показать описание
In this video, we cover some advanced mocking scenarios.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#python #pytest #tutorial
Рекомендации по теме
Комментарии
Автор

Thx for this series - I really appreciate that you leave the glitches in the videos - makes it not only more authentic but also helps us understand and use the concepts better :thumbsup:

guntbert
Автор

Very very great ones. Both this and the part 9 (I haven't watched the others).
Very clear and concise and very good examples. Your 2 tutorials were enough for me to begin using function mocking

riOdariot
Автор

I watched 3 more videos before this on mocking and patching. Every other video used the example of mocking http get request without really explaining what was happening. Your explanation was so detailed ( part 9 and 10), really breaking down what's happening. It helped me write a unit test I have been stuck on for a day. Thanks and keep up the good work!

abhieshreedhami
Автор

I tried to find best video material for pytest....Undoubtedly this is the best one..Thank for sharing your knowledge

deepakpratap
Автор

best tuto about mocking so far i have seen. splendid.

Rudra-gous
Автор

Thanks for sharing your knowledge.
It would be nice to see how to mock data bases!

cristianbautistamartinez
Автор

Hey Nikhil,
I have been watching your videos from quite little time and I must say you have got that skill which can help students'to understand any tough concept.
The way you make videos in series and you go level up on each video is just fantastic.
I want to donate some amount to you, can you please share paetroen link or anything through which I can.

ShivamGupta-ujxy
Автор

Thank you, the concepts and implementations were very well explained, thank a bunch.

manojsdey
Автор

Congrats on the video. Turned out to be pretty helpful to my doubts.

cristiananassarcarvalho
Автор

Very nice and clear explanation...thank you so much.

kessakessa
Автор

Do we have a mocking library for mlflow as well like S3 we have mock_s3?

ravsmeda
Автор

please make video how you setup theam for your desktop
app looking great

subhankardey
Автор

I know you are the
creator of tube miner, old YouTube, deep YouTube, we need it back again.

blakegunner
Автор

hey Indian Pythonista, Tubeminer is down, and that's sad because that was the only tool where people can search from oldest to newest. Is there any chance of it returning? It could be very helpful for solving mysteries.

TubbybloxianYouTube
Автор

Can you please create a video on mocking database calls?

palakdavda
Автор

Great series, thank you. Quick question, how can I mock 'messages' from the function below?
def get_sqs_messages(region):
sqs = boto3.client("sqs", region_name=region)
response =
messages = response.get("Messages")

ranjithmanyam
Автор

Why you are not uploading videos? You make really nice content.

pinakipb
Автор

Hi, man please i need your help
i want to make request but i don't need to get responses in the same time, i need to get the response after 30 sec from when i make it
why? because some of site when you want to download somethings he let you to wait fee seconds before showing url of downloads
How can I make it?

gameplaysside
Автор

the title says 'pytest' but pytest isn't included in the video

Zmunk
Автор

+indian pythonista I have a project that I would like to discuss with you and it would be great if you could make an youtube video on how to do it. How to contact you regarding this?

bm