Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Python Testing Patterns

poraffaan-m·affaan-m· v1.0.0 · atualizado em 2026-04-10
79
Score

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

pythontestingpytesttddfixturesmockingcode-quality
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdpython-testing/workflow
1. Define testing requirements and coverage goals.
2. Set up pytest and configure pytest.ini/pyproject.toml.
3. Write failing tests based on TDD principles (RED).
4. Implement minimal code to pass the tests (GREEN).
5. Refactor code and tests for clarity and maintainability (REFACTOR).
6. Use fixtures for setup, teardown, and data provisioning.
7. Mock external dependencies to isolate units of code.
8. Run tests and analyze coverage reports.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe com ←Python Development Patterns
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aTesting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aQA Test Planner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aGo Testing Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Python Testing Patterns
python-testing
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
write python tests with pytestimplement test-driven development in pythonuse fixtures in pytestmock external dependencies in python testsparametrize pytest testsmeasure code coverage in pythonconfigure pytest for a python project

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download python-testing
$ synaptic skills detail python-testing
$ synaptic skills live python-testing

Dependências

pytestpytest-covpytest-asynciounittest.mock

Links

GitHub Repository