测试Python UT
parent
dc88acd439
commit
6c4757e99b
|
@ -21,9 +21,9 @@ steps:
|
||||||
- pip -V
|
- pip -V
|
||||||
- python -V
|
- python -V
|
||||||
- pip install -r ./python/requirements.txt
|
- pip install -r ./python/requirements.txt
|
||||||
# - python ./python/hello.py
|
|
||||||
- pwd
|
- pwd
|
||||||
- ls -la
|
- ls -la
|
||||||
|
- python ./python/hello.py
|
||||||
- pytest $(pwd)/python/test_demo.py
|
- pytest $(pwd)/python/test_demo.py
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue