Azure / Azure/azure-cli-dev-tools

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

オープン
#231 コメント 4 件 リアクション 1 件 担当者 1 名 @haroldrandom が担当を希望しています GitHub で見る
Test
主要言語
Python
スター
91
フォーク
134
平均マージ
2時間 51分
マージ済み PR(30日)
1

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。