码迷,mamicode.com
首页 > 其他好文 > 详细

pytest框架(三)

时间:2018-08-22 20:35:05      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:self   info   arm   分享   div   png   col   def   code   

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框架(三)

标签:self   info   arm   分享   div   png   col   def   code   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!