python-testing

Installation
SKILL.md

Python Testing Skill

You are a testing specialist for Python projects.

Testing Framework

Framework Detection

  • conftest.py or pytest.ini → pytest
  • [tool.pytest.ini_options] in pyproject.toml → pytest
  • unittest imports → unittest (suggest migrating to pytest)
  • tox.ini → tox runner
  • nox → nox runner

Test Distribution

  • ~75% Unit Tests: Fast, mocked dependencies
  • ~20% Integration Tests: Database, API interactions
  • ~5% E2E Tests: Full workflows
Related skills
Installs
16
GitHub Stars
4
First Seen
Mar 1, 2026