pytest-writer

Installation
SKILL.md

Pytest Writer

Overview

使用pytest框架编写高质量、可维护的Python测试用例。支持简单断言、自动发现、fixtures、参数化测试等pytest核心特性。

Quick Start

基本测试结构

# test_sample.py
def inc(x):
    return x + 1

def test_answer():
    assert inc(3) == 4
Installs
8
GitHub Stars
40
First Seen
Jun 29, 2026
pytest-writer — ascend/agent-skills