摘要: #!/bin/bash -ilex python allure_01.pyexit 0 # -*- coding: utf-8 -*-import osimport pytestclass Test_011(): def test_01(self): print("zheshi1") def tes 阅读全文
posted @ 2022-05-06 21:22 GoodMorning9527 阅读(37) 评论(0) 推荐(0) 编辑
摘要: python -m pip install pip==20.0.2 阅读全文
posted @ 2022-05-06 19:32 GoodMorning9527 阅读(65) 评论(0) 推荐(0) 编辑
摘要: Traceback (most recent call last): File "main.py", line 1, in <module> import pytest ModuleNotFoundError: No module named 'pytest' 当程序在本地可以运行并可生成报告,但是 阅读全文
posted @ 2022-05-06 11:15 GoodMorning9527 阅读(766) 评论(0) 推荐(0) 编辑