Why Your Unit Tests Are Slow and What to Do About It
- Published
- Author
- Arif IkhsanudinBackend Developer
A unit test suite that takes 10 minutes to run will stop being run. Slow tests accumulate through specific, fixable causes — hidden I/O, over-reliance on containers, and tests that are integration tests wearing unit test clothing.
Read more