摘要: `request`在pytest-fixture经常使用到,具体看看有什么内容: ```python # conftest.py import pytest @pytest.fixture(params=['环境1','环境2']) def fixture1(request): print(requ 阅读全文
posted @ 2023-06-09 20:05 Tarzen 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 本地打开html文件显示正常是应为本地有css,而被人没有。我们打开浏览器查看F12,加载了本地路径中的css文件 ![image](https://img2023.cnblogs.com/blog/1476955/202306/1476955-20230609165630765-119292896 阅读全文
posted @ 2023-06-09 16:58 Tarzen 阅读(145) 评论(0) 推荐(0) 编辑