文件名称:pytest-hoverfly
文件大小:34KB
文件格式:ZIP
更新时间:2024-03-23 22:38:08
Python
pytest与一起工作的助手。 安装 pip install pytest-hoverfly 或者 poetry add pytest-hoverfly --dev 用法 有两种用例:记录新测试和使用记录。 先决条件 创建一个目录来存储模拟文件。 调用pytest时传递--hoverfly-simulation-path选项。 该路径可以是绝对路径,也可以是相对于pytest.ini文件的路径。 例如,如果您具有这样的结构: ├── myproject ├── ... ├── pytest.ini └── tests ├── conftest.py ├── simulations 然后将其放入您的pytest.ini中: [pytest] addopts = --hoverfly-simulation-path=tests/simulations 如
【文件预览】:
pytest-hoverfly-master
----poetry-1.0.3.checksum(68B)
----pytest.ini(95B)
----pytest_hoverfly()
--------helpers.py(1KB)
--------base.py(3KB)
--------__init__.py(107B)
--------pytest_hoverfly.py(8KB)
--------__pycache__()
--------cert.pem(1KB)
----README.md(3KB)
----Makefile(2KB)
----tests()
--------simulations()
--------test_pytest_hoverfly.py(6KB)
--------conftest.py(65B)
--------__pycache__()
----pyproject.toml(1KB)
----CHANGELOG.md(2KB)