MGMikhail Golikovingolikovichevhashnodedev.hashnode.dev·4d ago · 4 min readGreen unit tests are a comfort blanketMy converter has a test suite. It was green. Every example I could think of went in, the right pytest file came out, and I shipped it to PyPI as 1.0. Weeks later it sits there marked Production/Stable00
MGMikhail Golikovingolikovichevhashnodedev.hashnode.dev·Jun 10 · 8 min readKeep the LLM out of your chatbot testsIt is a warm evening. You are home from work, you crack the window open, and the room fills with that low gold light you get for about twenty minutes a day. You have changed into the soft clothes. The00
MGMikhail Golikovingolikovichevhashnodedev.hashnode.dev·Jun 1 · 6 min readYour Kibana logs are full of test cases. Here is a CLI that extracts them, with auth scrubbed by default.Every sprint we export a JSON dump from Kibana, scroll through hundreds of log entries, and tell ourselves we will turn them into test cases later. Later never comes. The logs contain real API calls. 00
MGMikhail Golikovingolikovichevhashnodedev.hashnode.dev·May 5 · 4 min readPostman and pytest are living in parallel universes. Here's a bridge.You have a Postman collection with 40 requests. Organized into folders. With test scripts that check status codes. You spent time on this. It's good. You also have a CI pipeline that has never heard o00