Skip to main content

dynamodb-tests

Always use this skill when running tests against dynamodb (DDB)

Ir a la instalación

Datos de origen

Repositorio
tokio-rs/toasty
Última actividad en el origen
23 de mayo de 2026 a las 07:57
Idioma detectado de SKILL.md
inglés
Estrellas
3102
Forks
136

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
dynamodb-tests
description
Always use this skill when running tests against dynamodb (DDB)
# Run toasty-driver-integration-suite against DDB and Sqlite use To run against DDB only use: `cargo test --features dynamodb -- --test-threads=1` # Run test suite against DDB only Use this when troubleshooting and testing issues specific to DDB: `cargo test --features dynamodb --no-default-features -- --test-threads=1` ## Run a specific failing test against DDB Use this when you need to troubleshoot a specific failing test method: `cargo test --features dynamodb --no-default-features <test method name> -- --test-threads=1`
Ver en GitHub