home/categories/testing/project-n-e-k-o-n-e-k-o-agent-skills-pytest-asyncio-httpx-mocking-skill-md
testingtesting-security

pytest-asyncio-httpx-mocking

When masking httpx.AsyncClient with unittest.mock in Pytest, AsyncMock must be used instead of MagicMock for async methods like post/get to prevent TypeError when awaited.

Project-N-E-K-O
maintainer
Project-N-E-K-O
更新于 3/22/2026
星标
946
分支
133
quick start

Installation and usage

When masking httpx.AsyncClient with unittest.mock in Pytest, AsyncMock must be used instead of MagicMock for async methods like post/get to prevent TypeError when awaited.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use pytest-asyncio-httpx-mocking