зеркало из https://github.com/microsoft/azure-cli.git
5 строки
138 B
Plaintext
5 строки
138 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
export PYTHONPATH=$PATHONPATH:./src
|
||
|
python -m unittest discover -s src/azure/cli/tests
|
||
|
python scripts/command_modules/test.py
|