Ruview/v1/tests
Claude b3916386a3
feat: Add commodity sensing unit tests and fix feature extractor bugs
Add comprehensive test suite (36 tests) for the ADR-013 commodity sensing
module covering all components: RingBuffer, SimulatedCollector determinism,
feature extraction (time-domain stats, FFT spectral analysis, band power
isolation), CUSUM change-point detection, presence/motion classification,
and end-to-end CommodityBackend pipeline.

Fix feature_extractor.py: add missing _trim_to_window method that caused
AttributeError on the WifiSample extraction path, add post-trim sample
count guard, and handle constant-signal edge case in skewness/kurtosis
computation to prevent scipy RuntimeWarning.

https://claude.ai/code/session_01Ki7pvEZtJDvqJkmyn6B714
2026-02-28 06:24:10 +00:00
..
e2e feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
fixtures feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
integration feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
mocks feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
performance feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
unit feat: Add commodity sensing unit tests and fix feature extractor bugs 2026-02-28 06:24:10 +00:00