Clarify step to run unit tests from Windows CL.

This commit is contained in:
Travis Prescott 2016-03-10 14:58:14 -08:00
Родитель 711fcc200e
Коммит 1f4fc51346
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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...