Techie Mike

Techie Mike

Computer Science teacher in Thailand. 10+ years Cambridge IGCSE, 4 years AS/A Level. BSc Computer Science & Engineering. Ex-Intel, Virgin Media. Practical exam prep, past paper walkthroughs and tech tutorials.
82 posts
Techie Mike
How to Set Up a Test Pipeline That Actually Catches Bugs
public
Python 8 min read

How to Set Up a Test Pipeline That Actually Catches Bugs

You push code. Tests pass. Merge. Deploy. It feels good when it works. But if you've ever pushed a change that broke production because "nobody ran the tests," you know the pain of a missing CI/CD test pipeline. I've been there — releasing a Python script that worked on my machine but crashed on th…
Techie Mike
Techie Mike