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

main
lzwang 2022-09-03 01:29:50 +08:00
parent bfde2666de
commit 83f0dd384e
2 changed files with 2 additions and 1 deletions

View File

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

1
.gitignore vendored
View File

@ -1 +1,2 @@
.idea
/python/.pytest_cache/