·pytest-advanced
</>

pytest-advanced

yonatangross/orchestkit

高級 pytest 模式,包括自定義標記、插件、掛鉤、並行執行和 pytest-xdist。在實現自定義測試基礎架構、優化測試執行或構建可重用測試實用程序時使用。

15安裝·0熱度·@yonatangross

安裝

$npx skills add https://github.com/yonatangross/orchestkit --skill pytest-advanced

SKILL.md

Master pytest's advanced features for scalable, maintainable test suites.

| Parallel execution | pytest-xdist with --dist loadscope | | Marker strategy | Category (smoke, integration) + Resource (db, llm) | | Fixture scope | Function default, session for expensive setup | | Plugin location | conftest.py for project, package for reuse | | Async testing | pytest-asyncio with auto mode |

custom-markers Keywords: pytest markers, test categorization, smoke tests, slow tests Solves: Categorize tests, run subsets in CI, skip expensive tests

高級 pytest 模式,包括自定義標記、插件、掛鉤、並行執行和 pytest-xdist。在實現自定義測試基礎架構、優化測試執行或構建可重用測試實用程序時使用。 來源:yonatangross/orchestkit。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/yonatangross/orchestkit --skill pytest-advanced
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 pytest-advanced?

高級 pytest 模式,包括自定義標記、插件、掛鉤、並行執行和 pytest-xdist。在實現自定義測試基礎架構、優化測試執行或構建可重用測試實用程序時使用。 來源:yonatangross/orchestkit。

如何安裝 pytest-advanced?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/yonatangross/orchestkit --skill pytest-advanced 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/yonatangross/orchestkit