Files
workphone-sdk/sdk/tests/conftest.py

7 lines
292 B
Python

"""pytest 共享配置占位。
全链路 E2E 请直接运行各脚本:`python3 tests/test_wechat_e2e.py` 等。
若需用 pytest 驱动异步用例,请先 `pip install pytest-asyncio`,再在
`pytest.ini` 中配置 `asyncio_mode = auto`,并在此文件增加 `client` fixture。
"""