Multi line exception message hidden by Python unittest runner
Abierto
Better Error Messages
enhancement
Python Unittest
- Lenguaje dominante
- Python
- Estrellas
- 149
- Forks
- 62
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.