podcast

Overcoming Testing Obstacles With Python's Mock Object Library

27.02.2026
Listen to the episode on your favorite platforms:
  • Apple Podcasts
  • Youtube
  • Spotify
  • Castbox
  • Pocket Casts
  • Stitcher
  • iHeart
  • PlayerFM
  • Overcast
  • Castro
  • RadioPublic

Do you have complex logic and unpredictable dependencies that make it hard to write reliable tests? How can you use Python’s mock object library to improve your tests? Christopher Trudeau is back on the show this week with another batch of PyCoder’s Weekly articles and projects.

Christopher shares details about his recent Real Python video course, “Improving Your Tests With the Python Mock Object Library.” He describes how mocking in Python with unittest.mock allows you to simulate complex logic or unpredictable dependencies, such as responses from external services. He covers how the Mock class can imitate real objects, and the patch() function lets you temporarily substitute mocks for real objects in your tests.

We also share other articles and projects from the Python community, including a collection of recent releases, using open source AI at Wagtail, updates from the inaugural PyPI Support Specialist, a lightweight OS for microcontrollers in MicroPythonOS, why match-case is not necessarily switch-case for Python, thinking about time in programming, a TUI-based presentation tool for the terminal, and a tool to check Django projects for dead code.

This episode is sponsored by AgentField.

Course Spotlight: Improving Your Tests With the Python Mock Object Library

Master Python testing with unittest.mock. Create mock objects to tame complex logic and unpredictable dependencies.

Topics:

  • – Introduction
  • – Python 3.14.3 and 3.13.12 Released
  • – Django Security Releases Issued: 6.0.2, 5.2.11, and 4.2.28
  • – Open Source AI We Use to Work on Wagtail
  • – Dispatch From the Inaugural PyPI Support Specialist
  • – MicroPythonOS Graphical Operating System
  • – Sponsor: AgentField
  • – Improving Your Tests With the Python Mock Object Library
  • – Need Switch-Case in Python? It’s Not Match-Case!
  • – Video Course Spotlight
  • – How to Think About Time in Programming
  • – Prezo: A TUI-based Presentation Tool for the Terminal
  • – django-deadcode: Tracks URLs, Templates, and Django Views
  • – Thanks and goodbye

News:

Show Links:

Projects:

Additional Links:

Level up your Python skills with our expert-led courses:

Support the podcast & join our community of Pythonistas