Writing Good Tests is not an Easy Task

Being a consultant means I do see a lot of projects with various levels of code quality and testing. There is a lot to say about how to measure the quality of a software project, that in itself is worth a separate blog post, but in essence,...

Simple python client for a SQS emulator

Introduction This is a post about how to write a simple python client for a sqs emulator, for the purpose of functional testing. How to run the queue emulator Pre-requisites: docker docker-compose The easiest way to run a queue emulator in a...