Skip to content

allthingssecurity/codex-skill-pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Claude/Codex skill for writing and maintaining pytest tests

This skill provides focused guidance, code recipes, and a project initializer for pytest. It helps you:

  • Add or refactor tests with clear structure and naming
  • Use fixtures, parametrization, and marks effectively
  • Mock dependencies (monkeypatch, pytest-mock) and isolate IO with tmp_path
  • Test async code, CLIs, web apps (FastAPI, Flask, Django), and pandas/SQLAlchemy logic
  • Configure coverage, flaky tests, xfail/skip, and CI integration

See SKILL.md for the skill definition, guides.md for quick how-tos, and recipes.md for copy‑paste patterns.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages