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

Rust Testing Patterns

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

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

rusttestingtddunit-testingintegration-testingproperty-based-testingmocking
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdrust-testing/workflow
1. Identify the code to test.
2. Write a failing test (RED).
3. Implement the code to pass the test (GREEN).
4. Refactor the code while keeping the tests passing.
5. Add more tests to cover different scenarios.
6. Check code coverage and improve as needed.

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

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

Rust Testing Patterns
rust-testing
Fases Cognitivas5
1.SENSE
2.HYPOTHESIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers7
write rust unit testsimplement tdd in rustadd integration tests to rust projectuse property-based testing in rustmock dependencies in rust testscheck code coverage in rustwrite async tests in rust

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 rust-testing
$ synaptic skills detail rust-testing
$ synaptic skills live rust-testing

Dependências

rstestproptestmockalltokiocriterioncargo-llvm-cov

Links

GitHub Repository