Pytest介紹

Pytest是python2自帶的自動化測試框架,python3的版本的話pytest框架獨立出來,需要pip進行安裝 Pytest的下載安裝 1、Python3使用pip install -U pytest安裝 2、查看pytest版本信息 pytest --version 3、pytest 用例的執行規則:         ①測試文件以test_xx.py命名需要以test_開頭(或_test
相關文章
相關標籤/搜索