Azure / Azure/azure-cli-dev-tools

azdev test -x, --exitfirst exit instantly on first error or failed test.

Abierto
#231 4 comentarios 1 reacción 1 asignado Reclamado por @haroldrandom Ver en GitHub
Test
Lenguaje dominante
Python
Estrellas
91
Forks
134
Merge medio
2 h 51 min
PR fusionados (30 d)
1

Descripción

pytest has a parameter
```
-x, --exitfirst exit instantly on first error or failed test.
```
while azdev test has a opposite parameter
```
--no-exitfirst : Do not exit on first error or failed test.
```
pytest is the underlying tool of azdev.
I suggest keep the same with pytest. And `--no-exitfirst` breaks the original behavior.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.