pytest

Installation
SKILL.md

Pytest Testing Guide

Write Python tests efficiently with pytest.

Quick Start

pip install pytest
# test_example.py
def test_addition():
    assert 1 + 1 == 2

Run: pytest or pytest -v

Core Concepts

Related skills

More from salmanferozkhan/cloud-and-fast-api

Installs
2
First Seen
Feb 6, 2026