`
jaczhao
  • 浏览: 85937 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

python测试框架1

阅读更多
#!/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')

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics