Pytest Fixture Generator Execution Checklist

Sub-skill of pytest-fixture-generator: Execution Checklist.

vamseeachanta Updated

File contents

Execution Checklist

Execution Checklist

Setup:

  • pytest and pytest-cov installed
  • Project has src/ directory structure
  • tests/ directory exists

Generation:

  • Generate pytest.ini
  • Generate conftest.py
  • Create example test file
  • Configure coverage

Verification:

  • Run pytest --collect-only to verify discovery
  • Run pytest -v to execute tests
  • Check coverage report

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/testing/pytest-fixture-generator/execution-checklist commit ce647a97ca

Frequently asked questions

npx skillmds@latest add vamseeachanta/pytest-fixture-generator-execution-checklist