·python-testing
</>

python-testing

affaan-m/everything-claude-code

Python-Teststrategien mit Pytest, TDD-Methodik, Fixtures, Mocking, Parametrisierung und Abdeckungsanforderungen.

385Installationen·29Trend·@affaan-m

Installation

$npx skills add https://github.com/affaan-m/everything-claude-code --skill python-testing

SKILL.md

Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices.

| pytest.raises() | Test expected exceptions | | @pytest.fixture() | Create reusable test fixtures | | @pytest.mark.parametrize() | Run tests with multiple inputs | | @pytest.mark.slow | Mark slow tests | | pytest -m "not slow" | Skip slow tests | | @patch() | Mock functions and classes | | tmppath fixture | Automatic temp directory |

| pytest --cov | Generate coverage report | | assert | Simple and readable assertions |

Python-Teststrategien mit Pytest, TDD-Methodik, Fixtures, Mocking, Parametrisierung und Abdeckungsanforderungen. Quelle: affaan-m/everything-claude-code.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/affaan-m/everything-claude-code --skill python-testing
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-02
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist python-testing?

Python-Teststrategien mit Pytest, TDD-Methodik, Fixtures, Mocking, Parametrisierung und Abdeckungsanforderungen. Quelle: affaan-m/everything-claude-code.

Wie installiere ich python-testing?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/affaan-m/everything-claude-code --skill python-testing Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/affaan-m/everything-claude-code