Python Mock Tutorial using UnitTest and Pytest

Опубликовано: 29 Октябрь 2024
на канале: Demos Petsas
160
2

In this course which is part of a multi series covering testing with Python we will learn how to use a python mock to write tests. We will cover mocking using the unittest framework as well as Pytest.

Chapters:
00:00:00 Mocking with Python & Pytest
00:04:17 Mocking a Python Class
00:16:31 Organizing into SetUp method

Code:
https://github.com/demoskp/python-tes...

Personal website:
http://www.petsas.consulting