协作 测试2

This commit is contained in:
testuser 2025-12-05 15:01:09 +08:00
parent f1d304c12d
commit 7a04e4e07d

View File

@ -6,4 +6,5 @@ def test_always_pass():
def test_drone_env():
import os
# print("test_drone_env")
print("再试一下")
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行