Snapshot testing of Python microservices
Have you ever found yourself in a situation when you have a microservice that really needs refactoring, but you're afraid of overlooking some changes in business logic or API contracts that could potentially break your whole system.? Here's a testing technique that could help you with that!