What problem does it solve?
This Skill provides a structured toolkit to test and debug the OpenWatt application, covering both unit tests (D language unittest blocks) and runtime integration tests with a Python harness, plus a persistent REPL workflow for interactive exploration and crash debugging.
Core Features & Use Cases
- Unit Tests: Run D language unittest blocks to validate individual functions and data structures.
- Runtime Integration Tests: Use the Python test harness to validate end-to-end flows, device interactions, and protocol stacks.
- Crash Debugging & REPL: Leverage persistent REPL sessions for iterative experimentation and crash analysis; use the provided test utilities to reproduce failures.
- Guided Workflows: Clear, repeatable testing workflows to maintain quality during development and CI.
Quick Start
Run a quick sanity check with python test/test_runner.py.