#!/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
最新推荐文章于 2023-11-15 16:10:14 发布