使用pytest框架遇到的問題

2022-07-02 04:33:11 字數 789 閱讀 2443

原因:pytest-allure-adaptor和allure-pytest不能同時使用,需要解除安裝掉pytest-allure-adaptor。

解決方法:

pip uninstall pytest-allure-adaptor

pip install allure-pytest

2、引入自動包失敗

解決方法:

指定路徑引入

3、sslerror報錯

原因:requests請求可能會遇到ssl error的問題,是證書的問題。

解決方法:

requests.get(url,verify =  false )  ---意思是不去認證。

4、allure 生成報告,開啟一直loading

原因:解決方法:

1)、cmd 命令開啟

allure open allure-report目錄

2)、在pycharm開啟

5、allure報告開啟空白

原因:報告生成的原始檔指向不對

解決方法:

allure generate 源檔案目錄 -o 生成目錄 --clean

安裝pytest遇到的問題

因為嫌棄官網太慢,然後跑到微軟 裝了python 悔不當初 折騰了半天還是跑去官網重新裝了一遍python3.8 python3.8自帶pip,但是使用前需要把路徑加入變數path 嘗試用命令安裝pytest 命令 pip install u pytest 結果報錯了 這裡參考了文章 解決pip安裝...

Autofac框架使用遇到的問題

1 安全透明方法 autofac.integration.mvc.registrationextensions.registercontrollers autofac.containerbuilder,system.reflection.assembly 嘗試訪問安全關鍵型別 autofac.bui...

Spring框架使用中遇到的問題

caused by org.springframework.beans.factory.beannotofrequiredtypeexception bean named userservice must be of type cn.axin.service.impl.userserviceimpl...