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