IntelliTect / IntelliTect/TestTools
Log test case exceptions instead of just throwing
Abierto
@PandaMagnus ya está trabajando en esto.
Desde el 12/2/2020.
- Lenguaje dominante
- C#
- Estrellas
- 10
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Currently we log that a test failed, but don't log the exception. This is problematic if you're running the tests in an environment where the exception isn't captured and logged (E.G. AzureDevops will automatically log exceptions to a build or release log.) Might be worth it to log the exception before throwing.
Logging to-do's:
- Log test case exceptions instead of just throwing
- Make sure logging from ExecuteTestCase is at a uniform level (prefer Debug as much as possible)
- Update logging around serializing JSON
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.