1 Star 0 Fork 5

gmsg/airtest_ao

forked from xinwenao/airtest_ao 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.py 819 Bytes
一键复制 编辑 原始数据 按行查看 历史
xinwenao 提交于 2021-07-23 11:09 . Initial commit
# coding = utf-8
"""
# @Time : 2021/6/28 15:41
# @Author : Axw
# @File : main.py
# @Software: PyCharm
"""
__author__ = 'Administrator'
import pytest
# data = ["a", "b", "c", ]
# data1 = [1, 2, 3]
#
#
# @pytest.mark.parametrize('login', data, indirect=True)
# class Test_py1(object):
# def test_01(self, login):
# print("测试1结果是:{}".format(login))
# assert 1==2
#
# def test_03(self, login):
# print("测试3结果是:{}".format(login))
#
#
# @pytest.mark.parametrize('login1', data1, indirect=True)
# class Test_py2(object):
# def test_02(self, login1):
# print("测试2结果是:{}".format(login1))
if __name__ == "__main__":
pytest.main(["-s", "-v", '-m Q6 and not Stress', '--alluredir=allure-results'])
# pytest.main(["-s", "-v", 'main.py'])
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gmsg/airtest_ao.git
git@gitee.com:gmsg/airtest_ao.git
gmsg
airtest_ao
airtest_ao
master

搜索帮助