Daily Shaarli

All links of one day in a single page.

April 4, 2022

Why I manage test fixture differently

Some time ago I noticed that I no longer use setUp() methods when I write tests. This "just happened", there was no conscious decision behind it. This tweet from Marco Pivetta motivated me to reflect on this change and write down my thoughts in this article.