测试Python UT

main
lzwang 2022-09-03 01:32:44 +08:00
parent 7cf3ec4ed6
commit 5f68257acc
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ steps:
- pip install -r ./python/requirements.txt - pip install -r ./python/requirements.txt
# - python ./python/hello.py # - python ./python/hello.py
- pwd - pwd
- ls -la
- pytest $(pwd)/python/test_demo.py - pytest $(pwd)/python/test_demo.py