test

star 0

Run cat-detector tests (unit and integration)

griswaldbrooks By griswaldbrooks schedule Updated 3/7/2026

name: test description: Run cat-detector tests (unit and integration) user_invocable: true

Test Skill

Unit Tests (no external deps)

cargo test --lib

Single module

cargo test --lib tracker
cargo test --lib detector
cargo test --lib config

Single test

cargo test --lib test_name_here

Integration Tests (needs ONNX runtime + model)

ORT_DYLIB_PATH=./onnxruntime/lib/libonnxruntime.so cargo test --test integration_test

Single integration test

ORT_DYLIB_PATH=./onnxruntime/lib/libonnxruntime.so cargo test --test integration_test test_name_here

Full Suite

cargo fmt --check && cargo clippy --all-features -- -D warnings && cargo test --lib && ORT_DYLIB_PATH=./onnxruntime/lib/libonnxruntime.so cargo test --test integration_test
Install via CLI
npx skills add https://github.com/griswaldbrooks/cat-detector --skill test
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
griswaldbrooks
griswaldbrooks Explore all skills →