1. 程式人生 > >pytest框架(三)

pytest框架(三)

name color col bubuko info sse 三種 分享 att

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