首页 > 其他 > 详细

pytest框架(三)

时间:2018-08-22 19:52:28      阅读:136      评论:0      收藏:0      [点我收藏+]

pytharm运行三种方式

技术分享图片

代码示例:

 1 # coding=utf-8
 2 import pytest
 3 
 4 
 5 class TestClass:
 6     def test_one(self):
 7         x = "this"
 8         assert h in x
 9 
10     def test_two(self):
11         x = "hello"
12         assert hasattr(x, check)
13 
14     def test_three(self):
15         a = "hello"
16         b = "hello world"
17         assert a in b
18 
19 
20 if __name__=="__main__":
21     pytest.main([-q, test_class.py])

 

pytest框架(三)

原文:https://www.cnblogs.com/loveapple/p/9519841.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!