Prompts-MCP 686 skills · ai / design / design-pattern / framework / fundamentals / habit / lang / tech-selection /mcp/sse
lang lang/python/testing/index.md medium

lang-python-testing-index

Python pytest 测试规范(结构 / fixture / 参数化 / mock / 异步与 HTTP / 覆盖率门禁)。Use when 写或评审 pytest 测试。

子项索引

子项 一句话
py-test-pytest-structure skill pytest 测试发现规则、目录布局与 assert 自省
py-test-fixture-usage skill pytest fixture 作用域、yield 清理、conftest.py 共享与 autouse
py-test-parametrize skill pytest 参数化 @pytest.mark.parametrize、可读 ids 与间接参数化
py-test-mock-patch skill unittest.mock 的 patch 打桩位置、MagicMock 断言与 monkeypatch/pytest-mock
py-test-async-and-http-test skill 用 pytest-asyncio 测协程、respx/responses mock 出站 HTTP、freezegun 冻结时间
py-test-coverage-gate skill 用 pytest-cov 量覆盖率、开分支覆盖并在 CI 卡阈值