зеркало из https://github.com/microsoft/azure-cli.git
Clarify step to run unit tests from Windows CL.
This commit is contained in:
Родитель
711fcc200e
Коммит
1f4fc51346
|
@ -88,8 +88,9 @@ The repo has a launch.json file that will launch the version of Python that is f
|
||||||
##Running Unit Tests:
|
##Running Unit Tests:
|
||||||
####Command line
|
####Command line
|
||||||
#####Windows:
|
#####Windows:
|
||||||
|
Provided your PYTHONPATH was set correcltly, from `<clone root>` run:
|
||||||
```BatchFile
|
```BatchFile
|
||||||
<clone root>\src\python -m unittest discover -s src\azure\cli\tests
|
python -m unittest discover -s src\azure\cli\tests
|
||||||
```
|
```
|
||||||
####VS Code
|
####VS Code
|
||||||
Under construction...
|
Under construction...
|
||||||
|
|
Загрузка…
Ссылка в новой задаче