From 83f0dd384e98f006a2c014539631d2cddf86a7ae Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 01:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95Python=20UT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 548b2d0..491bd48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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失败 微信推送" diff --git a/.gitignore b/.gitignore index 485dee6..0b589d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea +/python/.pytest_cache/