vigilar/tests/unit
Aaron D. Lee 94c5184f46 Add pets web blueprint with API endpoints
Implements all /pets/* routes (register, status, sightings, wildlife,
unlabeled crops, label, upload, update, delete, train, training-status,
highlights), registers the blueprint in app.py, adds a placeholder
dashboard template, and covers the API with 11 passing unit tests.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 13:27:46 -04:00
..
test_config_writer.py Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
test_config.py Add pet detection, wildlife, and activity config models 2026-04-03 13:08:40 -04:00
test_constants.py Add pet/wildlife enums, event types, and MQTT topics 2026-04-03 13:07:09 -04:00
test_crop_manager.py Add crop manager for staging and training image lifecycle 2026-04-03 13:22:26 -04:00
test_detection.py Add presence detection, person/vehicle AI detection, health monitoring 2026-04-03 00:06:45 -04:00
test_events.py Handle pet and wildlife events in event processor 2026-04-03 13:20:46 -04:00
test_health.py Add pet and wildlife counts to daily digest 2026-04-03 13:24:33 -04:00
test_motion.py Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
test_pet_id.py Add pet ID classifier with species-filtered identification 2026-04-03 13:18:42 -04:00
test_pet_queries.py Add pet and wildlife database query functions 2026-04-03 13:13:56 -04:00
test_pets_api.py Add pets web blueprint with API endpoints 2026-04-03 13:27:46 -04:00
test_presence.py Add presence detection, person/vehicle AI detection, health monitoring 2026-04-03 00:06:45 -04:00
test_profiles.py Add camera_location filtering to alert profile matching 2026-04-03 13:20:37 -04:00
test_ring_buffer.py Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
test_schema.py Add pets, pet_sightings, wildlife_sightings, pet_training_images tables 2026-04-03 13:11:01 -04:00
test_sensors.py Add events/rules engine, sensor bridge, and UPS monitor (Phases 6-8) 2026-04-02 23:17:53 -04:00
test_timeline.py Add smart alert profiles and recording timeline (Tasks 4-5) 2026-04-03 00:09:08 -04:00
test_trainer.py Add pet ID model trainer with MobileNetV3-Small transfer learning 2026-04-03 13:19:12 -04:00
test_ups.py Add events/rules engine, sensor bridge, and UPS monitor (Phases 6-8) 2026-04-02 23:17:53 -04:00
test_web.py Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
test_wildlife.py Add wildlife threat classification with size heuristics 2026-04-03 13:17:21 -04:00
test_yolo_detector.py Add YOLOv8 unified detector with class classification 2026-04-03 13:15:31 -04:00