Pytest Fixture Generator Example 1 Generate Basic Configuration

Sub-skill of pytest-fixture-generator: Example 1: Generate Basic Configuration (+2).

vamseeachanta 7cba426 703 B Updated

File contents

Example 1: Generate Basic Configuration (+2)

Example 1: Generate Basic Configuration

# Generate for standard project
/pytest-fixture-generator

# Creates:
# - pytest.ini
# - tests/conftest.py
# - tests/test_example.py

Example 2: Custom Markers

# Generate with domain-specific markers
/pytest-fixture-generator --markers unit,integration,api,database,etl

Example 3: Specific Coverage Target

# Generate with 90% coverage requirement
/pytest-fixture-generator --coverage 90

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/testing/pytest-fixture-generator/example-1-generate-basic-configuration commit 7cba426a49

Frequently asked questions

npx skillmds@latest add vamseeachanta/pytest-fixture-generator-example-1-generate-basic-configurat