Azure / Azure/azure-cli-dev-tools
azdev test -x, --exitfirst exit instantly on first error or failed test.
Aperta
Test
- Lingua principale
- Python
- Stelle
- 91
- Fork
- 134
- Merge medio
- 2h 51m
- PR unite (30g)
- 1
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.