1 Star 0 Fork 26

shenweihui / webapp

forked from imzack / webapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tmp2.py 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
imzack 提交于 2020-05-24 14:54 . 1.安装 PyYaml库
import unittest
from ddt import ddt,data
@ddt
class TestA(unittest.TestCase):
@data(('imtest1','1234'),('imtest11',''),('aaa','22222'))
def test_a(self,value):
print("------",value,"----------------")
self.assertTrue(True)
Python
1
https://gitee.com/shen_weihui/webapp.git
git@gitee.com:shen_weihui/webapp.git
shen_weihui
webapp
webapp
master

搜索帮助