컨텐츠
Python Doctest로 함수의 테스트 코드 작성하기
2024-07-23 12:31
낱글
Python의 Docstring을 알아보고, Docstring을 활용해 테스팅을 수행하는 Doctest도 살펴볼게요. Docstring과 Doctest를 사용해 문서와 테스트 코드, 구현의 응집도를 높여보아요. 😁
Python의 Docstring을 알아보고, Docstring을 활용해 테스팅을 수행하는 Doctest도 살펴볼게요. Docstring과 Doctest를 사용해 문서와 테스트 코드, 구현의 응집도를 높여보아요. 😁