파이썬에서 유닛테스트를 구현하기 위해 pytest를 이해하고 활용해서 테스트를 구현해 본다. 파이썬 pytest를 활용해서 테스트해 보자 지난번 파이썬 테스트를 위해서 내장된 unittest 모듈을 활용해 보았다. 이번에는 pytest를 활용해서 파이썬을 테스트해 보도록 하겠다. 이번에는 Pycharm 보다 VS Code이 편해서 VS Code를 사용해서 진행해 본다. https://docs.pytest.org/en/stable/ pytest: helps you write better programs — pytest documentation pytest: helps you write better programs The pytest framework makes it easy to write small, r..