allure-03-下载依赖包
2019-07-14 本文已影响0人
果芽软件
一、依赖第三方包
包名:allure-pytest
pip show allure-pytest
Name: allure-pytest
Version: 2.6.1
Summary: Allure pytest integration
Home-page: https://github.com/allure-framework/allure-python
Author: QAMetaSoftware, Stanislav Seliverstov
Author-email: sseliverstov@qameta.io
License: Apache-2.0
Location: c:\softwaredata\pycharmprojects\s00-wuling\venv\lib\site-packages
Requires: six, allure-python-commons, pytest
Required-by:
二、安装
方式1:单独安装
pip3 install allure-pytest
方式2:文件列表安装(前提有人提供配置文件)
pip3 install -r requirements.txt