Multi line exception message hidden by Python unittest runner
Offen
Better Error Messages
enhancement
Python Unittest
- Vorherrschende Sprache
- Python
- Sterne
- 149
- Forks
- 62
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.