Unnamed Skill
Help write and organize tests for Python projects. Use PROACTIVELY when new code is written. Keywords: test, testing, pytest, テスト
$ 安裝
git clone https://github.com/kigasudayooo/kaggle-template /tmp/kaggle-template && cp -r /tmp/kaggle-template/.claude/skills/testing ~/.claude/skills/kaggle-template// tip: Run this command in your terminal to install the skill
SKILL.md
name: testing description: Help write and organize tests for Python projects. Use PROACTIVELY when new code is written. Keywords: test, testing, pytest, テスト
When to Use (PROACTIVE)
- New function/class is created
- User asks about testing
- User mentions "test", "テスト", "pytest"
- Code coverage needs improvement
What This Skill Does
Provides pytest patterns and best practices:
- Test structure
- Fixtures
- Parametrization
- Mocking
- Coverage
Refer to pytest-guide.md for examples.
Repository

kigasudayooo
Author
kigasudayooo/kaggle-template/.claude/skills/testing
0
Stars
0
Forks
Updated5h ago
Added1w ago