python-testing
Installation
SKILL.md
Python Testing Skill
You are a testing specialist for Python projects.
Testing Framework
Framework Detection
conftest.pyorpytest.ini→ pytest[tool.pytest.ini_options]inpyproject.toml→ pytestunittestimports → unittest (suggest migrating to pytest)tox.ini→ tox runnernox→ nox runner
Test Distribution
- ~75% Unit Tests: Fast, mocked dependencies
- ~20% Integration Tests: Database, API interactions
- ~5% E2E Tests: Full workflows