Pipenv环境配置+Pytest运行

环境配置

使用Pipenv进行虚拟环境管理,Pipfile为依赖模块管理文件。

  1. 安装pipenv:brew install pipenv
  2. 根项目根目录下执行命令创建虚拟环境: pipenv install
  3. 在Pycharm中指定项目运行的虚拟环境 :File->Settings->Project:->Project Interpreter

执行用例

  • 配置PyCharm的default test runner为pytest
  • 打开PyCharm的run/debug configurations窗口,指定运行文件
  • pytest.ini文件中指定配置的config文件

addopts = -rsxX --color=yes --env=test --config=folder/xx_config.yaml --alluredir allure-results --json-report

  • 运行
相关推荐
Brilliant Nemo4 分钟前
Docker 镜像相关的基本操作
运维·docker·容器
良许Linux8 分钟前
程序员加班的真正原因是什么?
linux
良许Linux24 分钟前
C++ 程序员入门需要多久,怎样才能学好?
linux
yuanpan26 分钟前
如何将python项目打包成Windows环境的exe应用提供给客户使用
开发语言·windows·python
xujiangyan_29 分钟前
php的高速缓存
linux·服务器·php
阿杜杜不是阿木木36 分钟前
使用ollama部署本地大模型(没有GPU也可以),实现IDEA和VS Code的git commit自动生成
linux·git·vscode·ai·intellij-idea·ollama
红肤色1 小时前
【网络安全基础】CentOS 7超详细安装教程(含镜像)
linux·运维·服务器·安全·网络安全·centos
良许Linux1 小时前
为什么不让程序员直接对接客户,而是通过产品经理?
linux
钡铼技术物联网关1 小时前
告别外置电路:IEPE接口如何重构精密测量生态?
linux·arm开发·5g·边缘计算
程序猿(雷霆之王)1 小时前
Linux——冯 • 诺依曼体系结构&操作系统初识
linux·运维·服务器