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

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

ความคิดเห็น • 42

  • @IndianPythonista
    @IndianPythonista  4 ปีที่แล้ว +1

    Code: github.com/nikhilkumarsingh/pytest-tut
    Playlist: th-cam.com/play/PLyb_C2HpOQSBWGekd7PfhHnb9GnqDgrxS.html

  • @guntbert9709
    @guntbert9709 4 ปีที่แล้ว +11

    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:

  • @cristiananassarcarvalho2341
    @cristiananassarcarvalho2341 3 ปีที่แล้ว

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

  • @TJKhara
    @TJKhara 4 ปีที่แล้ว +1

    Great series! Thank you.

  • @subhankardey862
    @subhankardey862 3 ปีที่แล้ว

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

  • @JeffChentingwei628
    @JeffChentingwei628 3 ปีที่แล้ว

    Thank you !!

  • @prateek9165
    @prateek9165 2 ปีที่แล้ว +1

    Hey there hoping for ur new videos .

  • @ravsmeda6497
    @ravsmeda6497 ปีที่แล้ว

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

  • @riOdariot
    @riOdariot 3 ปีที่แล้ว +2

    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

  • @cristianbautistamartinez7280
    @cristianbautistamartinez7280 4 ปีที่แล้ว +2

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

  • @janani9856
    @janani9856 ปีที่แล้ว

    What os are you using

  • @elhafedhelmounir8921
    @elhafedhelmounir8921 2 ปีที่แล้ว

    Thanks a lot

  • @TubbybloxianYouTube
    @TubbybloxianYouTube 3 ปีที่แล้ว

    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.

  • @deepakpratap3792
    @deepakpratap3792 ปีที่แล้ว

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

  • @thanojkumar8886
    @thanojkumar8886 2 ปีที่แล้ว +1

    great content man !!!

  • @blakegunner5841
    @blakegunner5841 3 ปีที่แล้ว

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

  • @manojsdey
    @manojsdey 2 ปีที่แล้ว

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

  • @ShivamGupta-uj8xy
    @ShivamGupta-uj8xy 3 ปีที่แล้ว

    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.

  • @Rudra-go6us
    @Rudra-go6us 2 ปีที่แล้ว

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

  • @kessakessa9394
    @kessakessa9394 3 ปีที่แล้ว

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

  • @palakdavda2628
    @palakdavda2628 3 ปีที่แล้ว

    Can you please create a video on mocking database calls?

  • @ranjithmanyam
    @ranjithmanyam 3 ปีที่แล้ว

    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 = sqs.receive_messages(QueueUrl=queue_url)
    messages = response.get("Messages")

    • @joshuamothkur
      @joshuamothkur 3 ปีที่แล้ว

      Try Moto to mock Boto calls.

  • @pinakipb2
    @pinakipb2 3 ปีที่แล้ว +1

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

    • @IndianPythonista
      @IndianPythonista  3 ปีที่แล้ว +6

      Hey, I have been on a break for sometime. I will start posting new videos in December.

    • @pinakipb2
      @pinakipb2 3 ปีที่แล้ว

      @@IndianPythonista Oh nice

    • @pinakipb2
      @pinakipb2 3 ปีที่แล้ว +5

      @@IndianPythonista I think December is over. :)

    • @user-wb2wl2jb5b
      @user-wb2wl2jb5b 2 ปีที่แล้ว

      @@pinakipb2 lmao, hope he is still well, his video is good

  • @abhisheksinha3119
    @abhisheksinha3119 3 ปีที่แล้ว

    Bro next video on GitHub APIs

  • @shubhamdas9489
    @shubhamdas9489 3 ปีที่แล้ว

    What OS are you using

  • @aravindb5558
    @aravindb5558 3 ปีที่แล้ว +1

    how to mock paramiko.SSHClient().connect()?

  • @abhieshreedhami6568
    @abhieshreedhami6568 2 ปีที่แล้ว +1

    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!

  • @theanonymous6198
    @theanonymous6198 3 ปีที่แล้ว

    Bhai agli video kab aaye gi

    • @IndianPythonista
      @IndianPythonista  3 ปีที่แล้ว +2

      Hey, I have been on a break for sometime. I will start posting new videos in December.

    • @theanonymous6198
      @theanonymous6198 3 ปีที่แล้ว +1

      @@IndianPythonista :-)

  • @Zmunk19
    @Zmunk19 3 ปีที่แล้ว

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

  • @gameplaysside5955
    @gameplaysside5955 3 ปีที่แล้ว

    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?

  • @bm6711
    @bm6711 3 ปีที่แล้ว

    +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?