#!/usr/bin/python
# -*- coding: UTF-8 -*-
from testtool import tool
# 自定义的AW请写作这个文件中
def hello_world():
return tool.send_cmd('hello world')
def run_turns(times=1):
for i in xrange(times):
tool.send_cmd('run')
python测试框架1
最新推荐文章于 2025-03-18 19:18:21 发布

830

被折叠的 条评论
为什么被折叠?



