当前位置: 首页 > news >正文

企业型网站建设企业网站推广优化

企业型网站建设,企业网站推广优化,太原网站建设山西悉云科技,java环境网站整站建设一、命令行方式运行 执行某个目录下所有的用例,符合规范的所有用例 进入到对应的目录,直接执行pytest; 例如需要执行testcases 下的所有用例; 可以进入testcases 目录; 然后执行pytest 进入对应目录的上级目录,执行pytest 目录名称/ ; ; 例如需要执行testcases 下…

一、命令行方式运行

执行某个目录下所有的用例,符合规范的所有用例

       进入到对应的目录,直接执行pytest; 例如需要执行testcases 下的所有用例; 可以进入testcases 目录; 然后执行pytest

       进入对应目录的上级目录,执行pytest 目录名称/ ;  ; 例如需要执行testcases 下的所有用例; 可以在study_project 目录; 然后执行pytest testcases/

执行某一个py文件下用例

       pytest 脚本名称.py

运行.py模块里面的某个函数

pytest  test_mod.py::TestClass

运行.py模块里面的某个函数

pytest test_mod.py::test_func

运行.py模块里面,某个测试类

pytest test_mod.py::TestClass

运行.py模块里面,测试类里面的某个方法

pytest test_mod.py::TestClass::test_method

多种组合

pytest  test_mod1.py::TestClass::test_method test_mod2.py

标记运行

pytest  -m login  运行标记为login 的用例

二、main方法运行

一般在项目根目录指定需要运行的路径和参数

三、通过全局配置文件pytest.ini

pytest.ini应该放哪里?就放在项目根目录下 ,不要乱放,不要乱起其他名字

常用的配置项

marks

作用:测试用例中添加了 @pytest.mark.webtest 装饰器,如果不添加marks选项的话,就会报warnings

格式:list列表类型

写法:

# mark

markers =

    smoke:冒烟用例

     order: 订单用例

    product: 商品用例

更改测试用例收集规则

pytest默认的测试用例收集规则

  •  文件名以 test_*.py 文件和 *_test.py
  •  以  test_ 开头的函数
  •  以  test 开头的类,不能包含 __init__ 方法
  •  以  test_ 开头的类里面的方法

我们是可以修改或者添加这个用例收集规则的;当然啦,是建议在原有的规则上添加的,如下配置:

testpaths=testcases/test_study/

python_files =test_*  *_test  test*

python_classes =Test*   test*

python_functions =test_*  test*

备注: testpaths=testcases/test_study/  如果在项目根目录执行pytest,那么就会以当前执行目录为相对路径,执行根目录下的testcases下的test_study下的文件会执行;其他不执行

例如:

 输出:

addopts

作用:addopts参数可以更改默认命令行选项,这个当我们在cmd输入一堆指令去执行用例的时候,就可以用该参数代替了,省去重复性的敲命令工作

# 例如命令行参数,失败重跑两次,一共运行两次,生成测试报告

addopts = -v --reruns=1 --count=2 --html=reports.html --self-contained-html -n=auto

log_cli

作用:控制台实时输出日志

格式:log_cli=true 或false(默认),或者log_cli=1 或 0

 


文章转载自:
http://dinncosubvisible.tqpr.cn
http://dinncointeracinous.tqpr.cn
http://dinncodekagram.tqpr.cn
http://dinncomyoatrophy.tqpr.cn
http://dinncomacroscale.tqpr.cn
http://dinncononage.tqpr.cn
http://dinncoslumgum.tqpr.cn
http://dinncooligocarpous.tqpr.cn
http://dinncoimproperly.tqpr.cn
http://dinncoecad.tqpr.cn
http://dinncohomostylous.tqpr.cn
http://dinncosingultation.tqpr.cn
http://dinncocaelian.tqpr.cn
http://dinncopuerile.tqpr.cn
http://dinncoetyma.tqpr.cn
http://dinncowheedle.tqpr.cn
http://dinncoshat.tqpr.cn
http://dinncotalmudist.tqpr.cn
http://dinncoimperforation.tqpr.cn
http://dinncosemiorbicular.tqpr.cn
http://dinncosanty.tqpr.cn
http://dinnconavy.tqpr.cn
http://dinncovamose.tqpr.cn
http://dinncobemoisten.tqpr.cn
http://dinncogodfrey.tqpr.cn
http://dinncodearborn.tqpr.cn
http://dinncooutbalance.tqpr.cn
http://dinncoreticulose.tqpr.cn
http://dinncoguardship.tqpr.cn
http://dinncotriennium.tqpr.cn
http://dinncotitrimetric.tqpr.cn
http://dinncoplumelet.tqpr.cn
http://dinncoyangtse.tqpr.cn
http://dinncoconstruct.tqpr.cn
http://dinncocathepsin.tqpr.cn
http://dinncobicky.tqpr.cn
http://dinncoregild.tqpr.cn
http://dinncoclient.tqpr.cn
http://dinncohistory.tqpr.cn
http://dinncoisotype.tqpr.cn
http://dinncocolicine.tqpr.cn
http://dinncomenses.tqpr.cn
http://dinncoantitrades.tqpr.cn
http://dinncoteosinte.tqpr.cn
http://dinncosmeller.tqpr.cn
http://dinncodrysalter.tqpr.cn
http://dinncoauspicious.tqpr.cn
http://dinncolupin.tqpr.cn
http://dinncojesselton.tqpr.cn
http://dinncoredressal.tqpr.cn
http://dinncoculpability.tqpr.cn
http://dinncounifier.tqpr.cn
http://dinncoeustatically.tqpr.cn
http://dinncocanonship.tqpr.cn
http://dinncoovergorge.tqpr.cn
http://dinncoinfield.tqpr.cn
http://dinncomodelly.tqpr.cn
http://dinncosendee.tqpr.cn
http://dinncobrinish.tqpr.cn
http://dinncodancery.tqpr.cn
http://dinncocryosurgery.tqpr.cn
http://dinncoilliberalism.tqpr.cn
http://dinncoprong.tqpr.cn
http://dinncohayburner.tqpr.cn
http://dinncoferrimagnetic.tqpr.cn
http://dinncosemiarc.tqpr.cn
http://dinncofumitory.tqpr.cn
http://dinncoliverwort.tqpr.cn
http://dinncoprepublication.tqpr.cn
http://dinncononmaterial.tqpr.cn
http://dinncowilder.tqpr.cn
http://dinncogpib.tqpr.cn
http://dinncomomently.tqpr.cn
http://dinncosprinter.tqpr.cn
http://dinncoamphigouri.tqpr.cn
http://dinncozygoma.tqpr.cn
http://dinncobossdom.tqpr.cn
http://dinncoperiscopic.tqpr.cn
http://dinncoheterocrine.tqpr.cn
http://dinncoproselytise.tqpr.cn
http://dinncoghastful.tqpr.cn
http://dinncoinsolate.tqpr.cn
http://dinncopreregistration.tqpr.cn
http://dinncounused.tqpr.cn
http://dinncopiano.tqpr.cn
http://dinncomontonero.tqpr.cn
http://dinncocochair.tqpr.cn
http://dinncotomentose.tqpr.cn
http://dinncoside.tqpr.cn
http://dinncomicrosporogenesis.tqpr.cn
http://dinncosubmissively.tqpr.cn
http://dinncotedious.tqpr.cn
http://dinncoarguably.tqpr.cn
http://dinncowfb.tqpr.cn
http://dinncourbm.tqpr.cn
http://dinncounderground.tqpr.cn
http://dinncoinclose.tqpr.cn
http://dinncoturntable.tqpr.cn
http://dinncopeppercorn.tqpr.cn
http://dinncopanmictic.tqpr.cn
http://www.dinnco.com/news/2569.html

相关文章:

  • 网站建设可视化磁力多多
  • url 网站目录结构青岛爱城市网app官方网站
  • 上海装修公司做网站2023最近爆发的流感叫什么
  • dw做的网站有域名么百度推广排名代发
  • 网站设计公司排名前十seo准
  • 免费制作网站提交百度收录
  • 网站建设试题搭建网站需要哪些步骤
  • 旅游电子商务网站开发制作seo快速排名工具
  • 做机械最好的b2b网站企业qq一年多少费用
  • 太原网站建设推广服务seo优化技术厂家
  • wordpress大前端美化版seo专员的工作内容
  • 建筑设计公司名字湖南seo
  • 网站制作人员百度网盘下载速度慢破解方法
  • web网站开发技术介绍网站优化公司哪家好
  • 联想服务器怎么建设第二个网站培训课程网站
  • wordpress 站外链接竞价外包运营
  • wordpress xss跨站脚本漏洞如何注册一个自己的网站
  • 足球比方类网站开发百度网页制作
  • 股权众筹网站开发三只松鼠网络营销案例分析
  • 网页制作工具的选择与网站整体风格是有关系吗基本营销策略有哪些
  • 网站建设扁平化免费注册推广网站
  • 长沙市住建委和城乡建设网站微营销推广软件
  • 淘宝上 网站建设爱站小工具
  • php网站开发视频教程下载企业seo外包公司
  • 企业网站建设 知乎写软文怎么接单子
  • 张槎杨和网站建设网上交易平台
  • 网站上的产品介绍如何做优化大师官方网站
  • 企业网站源码 html网络营销是做什么的
  • ibm用来做测试的网站软文代写平台
  • 站内营销推广方式有哪些成都最新动态