[파이썬] unittest 테스트 결과 리포트 스타일링

When running unit tests in Python using the unittest framework, it is important to have clear and informative test results. By default, unittest displays test results in a simple text format, which can be difficult to read and interpret.