Tag

pytest-mock

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Aug 20, 2024 · Backend Development

Using pytest-mock to Mock Functions and Objects in Python Tests

This article introduces the pytest-mock plugin, explains when and how to use it for mocking functions, classes, and external services in Python tests, and provides a range of basic to advanced code examples along with important considerations and best‑practice tips.

Mockpytestpytest-mock
0 likes · 9 min read
Using pytest-mock to Mock Functions and Objects in Python Tests