Testing a big codebase can drive any developer insane. Tests require dependencies created in-place, just to satisfy the current scenario and forget about them. In the opinion of many developers, these suites are troublesome to read. Recently, I got a task to prepare a method for shipping custom allocators to our tests. After analysis, I … Continued