# Pytest Fixture Generator Example 1 Generate Basic Configuration

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

- Skill: `vamseeachanta/pytest-fixture-generator-example-1-generate-basic-configurat` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/pytest-fixture-generator-example-1-generate-basic-configurat`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/pytest-fixture-generator-example-1-generate-basic-configurat/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/pytest-fixture-generator-example-1-generate-basic-configurat

---


# Example 1: Generate Basic Configuration (+2)

## Example 1: Generate Basic Configuration


```bash
# Generate for standard project
/pytest-fixture-generator

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


## Example 2: Custom Markers


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


## Example 3: Specific Coverage Target


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

