Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

API 测试(Pytest)

Skill 介绍

需要把 API 测试结果落到 pytest 自动化结构里;项目偏 Python,或希望输出直接适配 pytest。

如何使用

  1. 打开当前目录下的 SKILL.md,先确认这个技能是否匹配你的任务。
  2. 在 AI 工具里调用 @skill api-test-pytest,再补充你的真实业务背景和目标。
  3. 如果你有格式要求(如表格、清单、报告),把要求直接写在需求里。

一键安装脚本

在仓库根目录执行:

macOS / Linux

bash ./scripts/install-skills-mac.sh --tool codex --lang zh --skill api-test-pytest

Windows PowerShell

powershell -ExecutionPolicy Bypass -File .\scripts\install-skills-windows.ps1 -Tool codex -Lang zh -Skill api-test-pytest