pump-testing
Installation
SKILL.md
Testing & Quality — Multi-Language Test Infrastructure
Comprehensive test infrastructure spanning Rust, TypeScript, Python, and Bash with CI quality gates.
Test Matrix
| Language | Framework | Directory | Focus |
|---|---|---|---|
| Rust | cargo test |
rust/tests/ |
Unit, integration, security |
| Rust | Criterion | rust/benches/ |
Performance benchmarks |
| TypeScript | Jest | typescript/tests/ |
Unit, integration |
| TypeScript | Jest | tests/ |
SDK tests |
| Python | Custom | tests/fuzz/ |
Fuzzing |
| Bash | Custom | tests/cli/ |
CLI integration |