Azure / Azure/azure-cli-dev-tools

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

Open
#231 4 comments 1 reaction 1 assignee Claimed by @haroldrandom View on GitHub
Test
Dominant language
Python
Stars
91
Forks
134
Avg merge
2h 51m
Merged PRs (30d)
1

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.