Azure / Azure/azure-cli-dev-tools

Allow running standalone tests

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

説明

Currently if i have standalone test generated, i can't find a good way to execute it.

What I do is:

Firstly, install **azdev**

pip install azdev

then setup your test environment:

azdev setup -c pypi

Login:

az login

and then i have to add test manually by:

vi ~/.azdev/env_config/env/test_index/latest.json

and adding:

{
"mytest": "/_/test_..... your test name.......py"
}

then running test:

azdev test mytest

I want to be able to just execute it directly:

azdev test /_/test_..... your test name.......py

This should be pretty simple change in azdev.

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

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

評価

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

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

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