Unit tests code smells – Test code duplication
I would bet that everyone has duplicated the test code at least once in their career. The problem is even more common when we decide to write tests at the very end and therefore spend less time on them. On top of that, there is a common belief that tests are not production code and … Read more