Skip to content

Programming

Pytest: does not raise

If you took the wise decision to test your codebase, you probably stumbled upon pytest as the defacto tool that offers a large suite of features and extensions.

However, there is a neat trick I like to use when testing, and I often get the "Wow! TIL about that!" reaction when introducing it.

The Code Review Chronicles (in industry)

Since I joined HelloFresh, I have been involved in a significant number of code reviews since the very first day at the company.

As code reviews are a fundamental part of software development process and take a large part of my day to day, I immediately started to take it very seriously.