修改python文件1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kale 2025-12-05 02:54:23 -05:00
parent 155d5d4dae
commit 3c313dd515

View File

@ -7,3 +7,6 @@ def test_drone_env():
import os
print("test_drone_env")
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行
def test_1():
print("本地开发分支提交")