Martin fowler가 작성한 "Unit Test"란 글을 전부 번역하기에는 길어서 알고 싶었던 내용만 요약했다. https://martinfowler.com/bliki/UnitTest.html bliki: UnitTest Unit Tests are focused on small parts of a code-base, defined in regular programming tools, and fast. There is disagreement on whether units should be solitary or sociable. martinfowler.com Unit Test 란 사람마다 다양한 정의를 갖고 있어, Unit Test에 대한 엄격한 정의를 하려면 더 혼란스러울 수 있다. 하지만 사람들이 ..