pytest-test-generator
This skill provides automated assistance for pytest test generator tasks within the Test Automation domain.
Content Preview
--- name: pytest-test-generator description: | Pytest Test Generator - Auto-activating skill for Test Automation. Triggers on: pytest test generator, pytest test generator Part of the Test Automation skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Pytest Test Generator ## Purpose This skill provides automated assistance for pytest test generator tasks within the Test Automation domain. #
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/pytest-test-generator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/09-test-automation/pytest-test-generator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/09-test-automation/pytest-test-generator/SKILL.md
Related Skills
python-testing
pytest、TDD手法、フィクスチャ、モック、パラメータ化、カバレッジ要件を使用したPythonテスト戦略。
python-testingpythontestingtdd
by affaan-m · everything-claude-code
python-testing-patterns
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
developmentpython
by sickn33 (Antigravity) · antigravity-awesome-skills
temporal-python-testing
Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios.
developmenttemporalpython
by sickn33 (Antigravity) · antigravity-awesome-skills
python-pro
Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns, dataclasses, dependency injection, logging configuration, and structured error handling.
python-propythonpro
by Jeffallan · jeffallan-claude-skills