·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