6 tips for testing Python code

Karol Mazurek
6 min readFeb 4, 2024

This short article is about the handy tricks I found while writing tests.

In this publication, I will share a few tricks I developed while writing tests for Python code that could speed up some of your processes.

I want to point out that I am not a Python programmer by profession, and the code I write and the tips I present here will not necessarily be professional but rather serve as…

--

--