# Neuzhou Repo2skill Pytest

> pytest

- Skill: `tomevault-io/neuzhou-repo2skill-pytest` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/neuzhou-repo2skill-pytest`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/neuzhou-repo2skill-pytest/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/neuzhou-repo2skill-pytest

---


# pytest

## When to Use

- Work with the pytest Python project

## When NOT to Use

- Projects using JavaScript or TypeScript (different ecosystem)

## Quick Start

### Install

```bash
pip install pytest
```

## Key API

- `annotations`
- `version_tuple`
- `ExceptionInfo`
- `register_assert_rewrite`
- `Cache`
- `CaptureFixture`
- `cmdline`
- `Config`
- `console_main`
- `ExitCode`

## Project Info

- **Language:** Python
- **Tests:** Yes

## File Structure

```
├── bench/
│   ├── bench_argcomplete.py
│   ├── bench.py
│   ├── empty.py
│   ├── manyparam.py
│   ├── skip.py
│   ├── unit_test.py
│   └── xunit.py
├── changelog/
│   ├── _template.rst
│   ├── 12444.bugfix.rst
│   ├── 12689.contrib.rst
│   ├── 13388.doc.rst
│   ├── 13409.deprecation.rst
│   ├── 13634.bugfix.rst
│   ├── 13731.doc.rst
│   ├── 13734.bugfix.rst
│   ├── 13884.bugfix.rst
│   ├── 13917.bugfix.rst
│   ├── 13946.deprecation.rst
```

> Generated by [repo2skill](https://github.com/NeuZhou/repo2skill)

---
> Source: [NeuZhou/repo2skill](https://github.com/NeuZhou/repo2skill) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

