测试Python UT
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
d886095204
commit
bfde2666de
|
@ -22,6 +22,7 @@ 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
|
||||||
|
- python ./python/test_demo.py
|
||||||
|
|
||||||
|
|
||||||
- name: "CI失败 微信推送"
|
- name: "CI失败 微信推送"
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
print('Hello World!')
|
print("hello world")
|
||||||
print('Hello World!')
|
|
||||||
print('Hello World!')
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
requests
|
pytest
|
||||||
|
loguru
|
||||||
|
|
Loading…
Reference in New Issue