测试Python UT
continuous-integration/drone/push Build is failing Details

main
lzwang 2022-09-03 01:30:55 +08:00
parent 83f0dd384e
commit ce99ee9e23
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ steps:
- python -V - python -V
- pip install -r ./python/requirements.txt - pip install -r ./python/requirements.txt
- python ./python/hello.py - python ./python/hello.py
- pytest ./python/test_demo.py - pwd
- pytest ${PWD}/python/test_demo.py
- name: "CI失败 微信推送" - name: "CI失败 微信推送"