Unit Testing for Data Scientists - Hanna Torrence

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

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

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

    This is exactly what i was looking for. Thank you! It was very well explained, in simple language and the slides are also easy to understand.

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

    this is great info. one useful feature of mocks which was not mentioned, and I feel like it should have been, is autospec. you can read more on that in the documentation, but basically it forms the MagicMock so that it accepts only the methods which exist in the original object. This way you can test that you're not doing something obviously illegal with the objects. It also helps you solve the issue with using wrong `assert` methods, because they will throw an error.

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

    my go to reference for python unit testing

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

    This is really perfect. Thank you.

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

    Great Talk!