pytest-log-filter
屏蔽pytest测试中指定loggers的日志
如何使用
- 安装
pytest-log-filter
使用pip安装
pip install pytest-log-filter
- 在pytest命令行参数使用--log-ignore指定要屏蔽的logger模块
pytest . --log-ignore=urllib3.connectionpool --log-ignore=web3.manager.RequestManager
或在pytest.ini中配置
[pytest]
log_ignore =
web3.providers.HTTPProvider
web3._utils.http_session_manager.HTTPSessionManager
同时使用命令行参数--log-ignore和pytest-ini配置,会屏蔽所有的loggers
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytest_log_filter-0.0.3.tar.gz.
File metadata
- Download URL: pytest_log_filter-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02634226e3b4c015780729e8e57f53c3b090769d7698cca43ca6d6f318e6de2d
|
|
| MD5 |
cee0d26579ca1e301ce6405cd9fd500f
|
|
| BLAKE2b-256 |
4548084508412e0e25da5d786c5c297cc19a15128ad2ee59d10e3d2060a4f87e
|