Pytest Tricks: Freezegun and Parametrize2018 November 5·3 minsprogramming python TDD pytest unit tests back-endI always try to work following Test Driven Development. I recently used Pytest to write some unit tests and discovered a couple of neat tricks from a work colleague.