Multi line exception message hidden by Python unittest runner
Đang mở
Better Error Messages
enhancement
Python Unittest
- Ngôn ngữ chính
- Python
- Star
- 149
- Fork
- 62
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
TestSlide exceptions often have a multi-line message. While TestSlide properly shows them in full, Python unittest test runner seem to swallow all but the first exception line. This makes it difficult for users to understand why things fail.
This can potentially be fixed by detecting when **not** running with TestSlide test runner (or when running with Python unttest test runner) and change all exceptions to be single line.
CC @pallotron
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.