Contribute Media
A thank you to everyone who makes this possible: Read More

Python Unit Testing with Pytest and Mock

Description

Writing unit tests for your code is widely accepted as a best practice. Learn how to use Pytest, the de-facto testing tool standard, and mock, the built-in library for creating mock objects, to write high-quality tests.

Slides: https://github.com/dev-skill-up/pycon-2021-testing

Improve this page