Tutorials: Python Unit Testing with Pytest and Mock

Presented by:


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.