Azure / Azure/azure-cli-dev-tools

Allow running standalone tests

Open
#147 0 comments 0 reactions 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

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.

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.