玩命加载中 . . .

12
18
18
11
28
13
09
02
10
30
22
pytest 之 pytest.ini pytest 之 pytest.ini
概述 pytest 配置文件可以改变 pytest 的运行方式,它是一个固定的文件(名称固定,只能是 pytest.ini),读取配置信息,按指定的方式去运行。 pytest.ini 放在项目的根目录下。 简而言之,如果 pytest.in
03
09
25
24
pytest 之 fixture pytest 之 fixture
概述 pytest的fixture是什么? fixture是pytest的大杀器,是pytest特有的功能,是精髓所在,fixture有两种实现方式: xunit-style,跟unittest框架的机制非常相似,即setup/tear
«1 ... 10 11 12 13 14 15 16 17 ... 40»