What problem does it solve?
Testing guidance that helps you write and run unit, integration, K8s, LinkSys, and config-sync validation workflows in Edgion without gaps, flaky results, or misleading failures.
Core Features & Use Cases
- Unit test discipline for Rust modules: enforce inline test patterns, edge-case coverage, and filesystem-safe testing using tempfile to keep behavior deterministic.
- Integration test orchestration: use the controller/gateway shared topology, run targeted suites, and validate hot-reload (dynamic scenarios) with scenario-based phase suites.
- Environment-specific validation paths: cover Kubernetes execution differences, LinkSys connector tests via Admin API with Docker services, and config-sync residue/leak detection to prevent stale store bugs.
Quick Start
Run all unit tests with coverage-focused guidance by executing: cargo test --all