monkeypatch or mock.patch? One question decides it
Both replace an attribute. Both undo it afterwards. Most codebases end up with both, chosen by whichever the author saw last. There is a cleaner lin…
Tech news from the best sources
Both replace an attribute. Both undo it afterwards. Most codebases end up with both, chosen by whichever the author saw last. There is a cleaner lin…
Leaving Everything to AI Feels Risky. But Codex Became Much More Reliable Once I Put Up Some Guardrails https://github.com/tosane932/sales_data_app…
As I've been onboarding to my new position, I've been reviewing some of my coworker's code. I learned that pytest 1) has some built-in fixtures, and…
Introduction Hello from Japan! 🇯🇵 I am tosane932 , a professional truck driver working in logistics while teaching myself Python. In my previous art…
Python Testing: Write Tests That Actually Catch Bugs You’ve written a test that passes, but your bug still slipped through. Why? Because you tested…
Introduction This is my tenth article as a Java engineer learning TypeScript and Python from scratch. This is the third project in my Python series.…
Applying API Testing Frameworks in the Real World: A Practical Guide with Pytest In today's interconnected software landscape, Application Programmi…
Applying API Testing Frameworks in the Real World: A Practical Guide with Pytest In today's interconnected software landscape, Application Programmi…
Introduction This is my ninth article as a Java engineer learning TypeScript and Python from scratch. Last time I moved into the Python series, and…